<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY><PRE>/* This is a basic style of CSS sheet */

body {
text-align: center;
background-color: #FFFFFF;
font-family: verdana, helvetica, sans-serif;
color: #0000FF;
}

a:link {
color: #FF0000; /*This sets the text to red for a new link*/
}

a:visited {
color: #0000FF;/*This sets the visited link to show up as blue with no background*/
background-color: transparent;/*the background has been neutralized*/
}

</PRE></BODY></HTML>

