.body {
	font-family: Arial,sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #006600;
	line-height: 1.25em;
}

.body2 {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #006600;
	line-height: 1.25em;
}

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