body {	
	background-color: #ebbe382;
	}
a {	
	color: #1D4CFB;	
	text-decoration: underline;
}
a:hover {	
	text-decoration: underline;
	}
a:visited {	
	color:#2E3F88;
	}	
td, th, {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3F88;
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside;
	color:#FFCC00;
	}
.TitleColor {
	font-size: 14px;
	font-weight:bold;
	color: #FF7B34;
	}

button {
background-color:#F1F5FA;
cursor: hand;
font-family:verdana;
font-weight:bold;
}