/*make body text black 10-point Arial*/
body {font-size: 9pt;
	font-family: "Georgia", "Garamond";
	color: black;
        background: url(blue_background.jpg);
	background-repeat : no-repeat;}

table {font-size: 8pt;
	font-family: "Georgia", "Garamond";
	color: white;}

.largetable {font-size: 13pt;
	font-family: "Georgia", "Garamond";
	color: #88DDDD;}

.smalltable {font-size: 8pt;
	font-family: "Georgia", "Garamond";
	color: white;}

a {text-decoration: none}
a:link {color: white}
a:visited {color: white}
a:active {color: "2840A8"} 