body {
	background-color:#FFF;
	font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
}

h1 {
	font-size:18px;
}

td {
    font-size:11px;
    font-family:verdana;
    color:#000000;
}

a {
    text-decoration:underline;
    color: #8C8C73;
}

a:hover {
	color: #000;
}

a.blue {
    color:#0463EA;
	font-family:verdana;
    text-decoration:underline;
}

a.blue:visited {
    color:#0463EA;
}

a.blue:hover {
	color:#03008D;
}

a.white {
    font-size:10px;
    color:ffffff;
    font-family:verdana;
    text-decoration:underline;
}
    
a.white:visited {
    color:#ffffff;
}