body {
	background-image: url("/graphics/grass.gif");
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
	background-color : White;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, 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;
}
