
<html>
<head>
	
	<title>Untitled</title>

</head>

<body>
body {
                     color:black;
            font-family:impact, monotype corosiva, impact
               font-size:4 pt;
               background-image: url('images/mainbg.gif');
               background-attatchment:fixed;
         }

a,a:visited {
                color:green;
                 font-family:impact, monotype corosiva, impact
             text-decoration:bold;
              font-weight:bold;
             }

a:hover {
                color:white;
                background-color:pink;
                text-decoration:underline;
              } 


</body>
</html>


