body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
table {
	width: 800px;
}

	
.liteblue {
	background-color: #3399CC;
	width: auto;
	text-align: center;	
	}
	
.medblue {
	background-color: #006699;
	width: auto;
	text-align: center;	
	
}

.darkblue {
	background-color: #003399;
	width: auto;
	text-align: center;
}

.title {
	color: #FFFFFF;
	font-size: 24px;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}

a:visited{
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}

a:hover {
	font-size: 18px;
	color: #FFFF00;
	text-decoration: underline;

}

a:active {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

