body {
    background-image: url("/graphics/image1.gif");
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:navy;	
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color:navy;	
}

a {
color:red;
font-weight:bold;
text-decoration:none
}

a:hover {
color:silver;
font-weight:bold;
text-decoration:none
}

