body {
	background-color: #FFCF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
	color: Black;
}

	
p {
	font-size: 12px;
	color: #02228D;
}

a {
	color: #6D0099;
}
a:hover {
	color: #DA80FF;
	text-decoration: none;
}


h1 {
	text-align: center;
	background-color: #C0CEFF;
	border: thin #0330C9;
	color: #02228D;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: none;
	border-right-style: none;
}

h2 {
	font-style: italic;
	color: #6D0099;
	border-bottom-color: #DA80FF;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-left: 10px;
}

h3 {
	color: #B39100;
	border-color: #FFF3BF;
	border-left-style: solid;
	border-left-width: 20px;
	padding-left: 5px;
}

#evi {
	font-weight: bold;
	background-color: #FFE780;
	}



