BODY {
	font-family: Trebuchet, Arial;
	font-size: xx-small;
	margin-left: 0; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom:0; 
	padding: 5; 
	background-color: #FFFFEE; 
	color: black;
     no-repeat;
     fixed;
	}

A:active {
	color: red; 
	background: #ffcc00; 
	text-decoration: underline;
	}

A:hover {
     color: black;
     background: #ffffcc;
     text-decoration:underline;
     text-weight: bold;
     }