<!-- add this between <head> and </head>
<link rel="stylesheet" href="style.css">
That makes the page read this style sheet //-->

STYLE><!--
A{text-decoration:none}
A:link {color:#0000cc;}
A:visited {color:#666666;}
A:hover {color:#ff0066;}
A:hover {text-decoration:strong}
h1           { color: rgb(128,0,0) }
h2           { color: rgb(51,0,153) }
h3           { color: rgb(128,0,0) }
h4           { color: rgb(0,51,102) }
h5           { color: rgb(51,0,153) }
h6           { color: rgb(0,51,102) }


-->
</STYLE>
<!--need to add an active link color//-->