
@import "base.css";

a:link { text-decoration: none; color: #663399}
a:visited { color: #00609c; text-decoration: none}
a:active { color: #ffe7c5; background-color: #663399; text-decoration: none}
a:hover  { color: #663399; text-decoration: underline }

body,tbody  {
	color: #333366;
	font-family: sans-serif;
	background-color: #e9e2d4 }
tbody {	font-size: 0.8em}


li  {
	list-style-position: outside;
	clip: rect(auto auto auto auto) }

h3,h4  {
	color: #333344 }


