body,td {
	font-family: arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal
}

a {text-decoration: none}
a:hover {text-decoration: underline}

div.copyright {
	color: yellow;
	text-align: center;
}

h3 {font-size: 12pt;}
h2 {font-size: 14pt;}
h1 {font-size: 16pt;}

li.contents {padding-bottom: 4px;}

td.menu {
	font-size: 10pt;
	font-weight: bold;
}

tr.menu:hover {
	background: yellow; 
}

#menu a {border:2px solid transparent}
#menu a:hover {
	background: yellow;
	color: blue;
}

#menu .yellow {border:1px solid #cc4444;border-radius:8px;background:#ffcccc;padding:2px}

#menu .yellow:hover {border:1px solid #cc4444;background:yellow}

div.maginfo {float:right;margin:0 0 10px 20px;background:#cccccc;padding:5px}
div.maginfo table td:first-child {font-weight:bold}
div.maginfo table td {font-size:11px}

ul#contents  {margin:10px;padding:10px}
ul#contents li {padding-bottom:10px;font-size:85%}

span.norm {color:black;font-weight:normal}

.shadowed {border:2px solid #440000;padding:5px 20px;margin:0;border-radius:10px;box-shadow:5px 5px 5px #aaa}


@media print {
   div.copyright {
	color: black;
	text-align: center;
	}

}