body 
{
	background-color: #DFE8F2;
}

table {
	text-align: center;
	
}

tr.hover, tr:hover, tr:hover>th 
	{
		background: #DFE8F2;
	}
tr {
background: #DFE8F2;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.style2 {font-size: 12px}
.style3 {font-size: 12}
.style4 {
	font-size: 24px;
	color: #9966FF;
}
.style5 {
	color: #FFFFFF;
	font-weight: bold;
}
