body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #003399;
	background-color: #d8d8f6;		
	background-image: url(img/bluegradbg.jpg); 
	background-repeat: repeat-y;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #003399;
}
a {
	color: #3333FF;
	text-decoration: none;	
	font-weight:bold;	
}
form {
	background-color: lightblue;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;	
}
