/* CSS Document */
body {background-color: blue;
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:white}

a:visited {color: white;}
a:hover {color: #3300CC;}
a:link {color: white;}
a:active {color: white;}

.style2 {color: black; }
.style4 {color: white; font-style: italic; }
