body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
body {
	background-color: #CCCC99;
}

a:link {
 color: #000000; 
 text-decoration: none;
 font-weight: bold;
}
a:visited {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}
a:link:hover, a:visited:hover {
 color: yellow;
 background-color: green;
 font-weight: bold;
}
a:link:active, a:visited:active {
 color: yellow;
 background-color: green;
 font-weight: normal;
}

img {
 width: 300px;
 
 background: #CCCC99;
 border: none;
 padding: 8px;
 } 

