.body {
	font-family: "New Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: black;
}

.body2 {
	font-family: bitstream vera sans,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: black;
}

.body text {
	background: white;
	color: black;
	font-size: 14pt;
	font-family: "New Century Schoolbook", "Times New Roman", Times, serif;
	line-height: 1.25em;
}

A:link
{
	TEXT-DECORATION: none;
    COLOR: blue
}
A:visited
{
	TEXT-DECORATION: none;
    COLOR: blue
}
A:hover
{
    TEXT-DECORATION: underline; 
    COLOR: red
}