<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Southwest Florida Vacation Rental Style Sheet</title>

<style type="text/css">

/* CONDO CSS FILE */

/* body */

body
{
font-family: "arial",helvetica;
font-size: 20pt;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #ccffcc;
}

/* end body */

/* a.navbar */

a.navbar
{
float: none;
width: 120px;
padding: 6px;
border-right: 1px solid white;
font-family:"arial",helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.navbar:link
{
color: white;
background-color: #32c623;
}

a.navbar:visited
{
color: white;
background-color: #32c623;
}

a.navbar:hover
{
color: #32c623;
background-color: #ccffcc;
}

a.navbar:active
{
color: olive;
background-color: #ffff5d;
}


/* end navbar */

</style>
</head>
</body>
</html>
