body { 
  background-image: url("/graphics/spiral.gif");
  background-repeat: repeat-y;
  background-position: left; 
  font-family: "verdana, sans-serif";
  font-size:x-small }

table {
	font-family: "verdana, sans-serif";
	font-size: x-small;
	color: navy; }

a {
color:red;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:silver;
font-weight:bold;
text-decoration:underline;
}
