<html>
<head><title>Light Background</title>
<style type="text/css">

h1,h2,h3{font-family: tahoma, arial, times new roman; font-style:normal}

.title{font-family: tahoma, arial, times new roman; 
	font-style:normal; 
	font-size:22px; 
	color:406020}
.name{font-family: tahoma, arial, times new roman;
	font-style:normal; 
	font-size:18px;  
	color:406020}
.normal{font-family: tahoma, arial, times new roman; 
	font-style: normal; 
	font-size: 14px; 
	color:yellow}
.small{font-family: tahoma, arial, times new roman; 
	font-style:normal; 
	font-size:10px; 
	color:600040}

hr{color:#00c040; width:50%}

table{vertical-align:top}

body{background:url("images/dbg.gif"); margin-left:3px; margin-top:10px; margin-right:3px}

a:link{color: #c0ff80; text-decoration: none}
a:active{color: #800080}
a:visited{color: #600000; text-decoration: none}
a:hover{color:#a0ff00; background:#204020; cursor:hand}

</style>
</head>

<body>
a:link{color: "yellow"} <!--#c0ff80-->
a:active{color: violet} <!--800080-->
a:visited{color: brown} <!--600000-->
a:hover{color:neon green, a0ff00; background:dark green, 204020; text-decoration: none}
</body>
</html>