@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #990000;
	font-size:small;
}
body {
	background-image: url(Graphics/parchment.jpg);
	background-repeat: repeat;
}



a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.style1 {
	font-size: small;
	font-weight: bold;
}
.style2 {
	font-size: x-small
}

html {
scrollbar-face-color : #990000 ;
scrollbar-track-color: #FFCC00 ;
scrollbar-arrow-color: #FFCC00 ;
scrollbar-shadow-color: #000000 ;
scrollbar-highlight-color: #FFFFFF ;
scrollbar-darkshadow-color: #330000 ;
}


