 body {
	background-color: Maroon; font-family: "Times New Roman", Times, serif; 
	SCROLLBAR-FACE-COLOR: #000000;
       SCROLLBAR-HIGHLIGHT-COLOR: #990000;
       SCROLLBAR-SHADOW-COLOR: #990000;
       SCROLLBAR-3DLIGHT-COLOR: #990000;
       SCROLLBAR-ARROW-COLOR: #FFFFFF;
       SCROLLBAR-TRACK-COLOR: Maroon;
       SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

#table {
	background-color: #F5F5F5;
	border-style: double;
	border-color : Silver;
	font-family : "Times New Roman", Times, serif;
	margin-left: 15px;
}

a:link {color:#0324A9;text-decoration:none;}
a:visited {color:#0324A9;text-decoration:none;}
a:hover {
	text-decoration:underline;
	color:Maroon;
	border : thin dashed Maroon;
}
H1 {
	font-family : "Times New Roman", Times, serif;
	font-size : larger;
	font-weight : bold;
	font-style : normal;
	font-variant : small-caps;
	border-bottom : thin groove Maroon;
}

