body { background-color: #800080;
       color: #FFFFFF;
       Font-family: Verdana, Verdana, Verdana
       
}
h1 { Background-color: #FFFFFF;
     color: #800080;
     font-style: bold;
     line-height: 200%;
     text-align: center
}
#nav { text-align: center
}
#container { margin-left: auto;
             margin-right: auto;
             width:75%;
}
<style type="text/css">
<!--
a:link {color: #00FFFF; text-decoration: underline; }
a:active {color: #00FFFF; text-decoration: underline; }
a:visited {color: #FF0000; text-decoration: underline; }
a:hover {color: #FFFFFF; text-decoration: none; }
-->
</style> 

