@media screen 
{
  body           { background-color:teal; }
  a:active       { color:blue; }
  a:focus        { color:green; }
  a:hover        { color:aqua; }
  a:link         { color:white; }
  a:visited      { color:silver; }

  a.head	 { font-size:36pt; }
  a.head:active  { color:blue; text-decoration:none; font-size:36pt; }
  a.head:focus   { color:green; text-decoration:none; font-size:36pt; }
  a.head:hover   { color:aqua; text-decoration:none; font-size:36pt; }
  a.head:link    { color:white; text-decoration:none; font-size:36pt; }
  a.head:visited { color:white; text-decoration:none; font-size:36pt; }

  *	{ color:white; }
}

@media print
{
  body           { background-color:#ffffff; }
  a:link         { color:grey; }
  a:visited      { color:grey; }
  a:hover        { color:grey; }
}

*.red		{ background-color:red; }

h1.menu        { text-align:center; font-size:170%; margin: 0 0 0 0; }
h1.text        { text-align:center; font-size:170%; }

img.navi       { border-width:0; }
img.tx         { border-width:3px; margin:7px }

table.hnavi    { width:100%; }
table.hnavi td { vertical-align:middle; font-size:85%; }
table.fnavi    { width:100%; }
table.fnavi td { vertical-align:bottom; font-size:85%; }
table.fnavi img { vertical-align:middle; }
table.foot     { background-color:#b0f1fe; width:100%; }
table.foot td  { text-align:center; }
table.info     { width:100%; }
table.info td  { font-size:70%; }
