h1 {
	font-family: Verdana;
	font-size: 21px;
	font-weight: bold;
	color: #cbcccc; 
	text-align:center
}
h2 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #81c440;
}

h3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #cbcccc;
}

body, p, tr, td {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color:#000000;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: cbcccc;
}  

a:hover {
    text-decoration: underline;
    color: 425B77;
}
a:visited {
    color: 970000;
}