BODY
    {
	font-family:        Arial, Helvetica, sans-serif;
	font-size:          8pt;
	color:		    #4A7352;
	background-color:   #E6DECE;
    }
TD
    {
     font-family:        Arial, Helvetica, sans-serif;
     font-size:          8pt;
     color:              #4A7352;;
    }

A:link
    {
     font-family:        Arial, Helvetica, sans-serif;
     font-size:          8pt;
     font-weight:        normal;
     text-decoration:    underline;
     color:              #4A7352;
     cursor:             hand;
    }
A:visited
    {
     font-family:        Arial, Helvetica, sans-serif;
     font-size:          8pt;
     font-weight:        normal;
     text-decoration:    underline;
     color:              #4A7352;
     cursor:             hand;
    }
A:hover
    {
     font-family:        Arial, Helvetica, sans-serif;
     font-size:          8pt;
     font-weight:        normal;
     text-decoration:    none;
     color:              #FF0000;
     cursor:             hand;
    }
<html>
<body>This is in the CSS file</body>