QUOTE(Darin McGrew @ Oct 8 2008, 11:28 AM)

The LINK element is not allowed where you put it. If you follow the "LINK" link, then you'll see that it must be contained within the HEAD element.
You've got
CODE
</head>
<link rel="STYLESHEET" type="text/css" href="css/azbn.css">
You should have
CODE
<link rel="STYLESHEET" type="text/css" href="css/azbn.css">
</head>
Thanks Darin,
I made the change but it has not changed the page. What am I missing?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Arizona News for Outdoor Events, Water Sports, Fishing, Lakes and Boating</title>
<meta name="description" content="Arizona boating news providing fishing, boating and other information for outdoor activities and destinations">
<meta name="keywords" content="arizona boating, watersports, california boating, california fishing, rv, arizona lakes, bass fishing, extreme watersports, destinations, arizona fising, boating">
<link rel="STYLESHEET" type="text/css" href="css/azbn.css">
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
.style1 {
font-size: 18px;
font-weight: bold;
}
-->
</style>
<link rel="STYLESHEET" type="text/css" href="css/azbn.css">
</head>