<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<link href="firststyle.css" rel="stylesheet" type="text/css">
	<title>Untitled</title>

</head>

<body>

p {
font-family: "Big Caslon". "Times New Roman";
font-size: 14px;
color: white;
}
h1 {
font-family: "Big Caslon", "Times New Roman";
font-size: 16px;
color: #000099;
}
body {
margin: 0px;
}.redtext {
color: #FF0000;
}
a:link {
color: blue;
text-decoration: bold;
}a:visited {
color: #666666;
}a:hover {
text-decoration: bold;
background-color: #CCCCCC;
}
a:active {
text-decoration: none;
}
.menu a:link {
color: blue;
text-decoration: bold;
}


.menu a:visited {
color: red;
text-decoration: none;
}


.menu a:hover {
color: black;
text-decoration: none;
}

.menu a:active {
color: #000000;
text-decoration: none;
}
<p class="menu"><a href="index.htm">HOME</a> | <a href="bio.html">The Trainer</a> 
| <a href="property.html">The Property</a> | <a href="rates.html">Rates</a> | <a href="news.html">News</a> | <a href="directions.html">Directions</a> | <a href="sales.html">Sales</a> | <a href="links.html">Links</a> | <a href="contact.html">Contact Info</a></p>
</body>
</html>