html {
    background-color: #E5E5E5;
    color: #000000;
    font-size: 100%;
    height: 100%;
}
BODY {
	FONT-SIZE: 4; 
	COLOR: #000000; 
	FONT-FAMILY: Tahoma, Verdana,sans-serif;
}
	A:link { color: blue; text-decoration:none }
	A:visited { color: blue }
	A:hover { color: darkorange }
	A:active { color: blue }