@charset "UTF-8";
/* CSS Document */

.body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	color: #330000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
}
.title{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:20px;
	color:#333366;
	font-stretch:expanded;
	font-style:italic;
}
	
body {
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #333399;
}
a:visited {
	text-decoration: none;
	color: #333399;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
a:active {
	text-decoration: none;
}
