.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/overbutton.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 175px;
height: 40px;
margin: 0;
padding: 0;
margin-top:2px;
}

.cssnav a
{
display: block;
color: #FFFFFF;
font-size: 16px;
width: 175px;
height: 40px;
display: block;
float: left;
color: black;
text-decoration: none;
font-weight:bold;
}

.cssnav img
{
width: 175px;
height: 40px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 0px;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
width:175px;
color: #FFFFFF;
text-align: center
}

#leftmenu p{
  margin:0;
  padding:0;

}

#content {
   padding:20px;
   width:450px;
}

p.dent {

margin-left: 30px;
text-indent: 20px;
}

h1 {
font-size: 17px;
text-decoration:underline;
}

h2 {
font-size: 14px;
text-decoration:underline;
}

.clear:link {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; TEXT-DECORATION: underline}     /* unvisited link body CLEAR */
.clear:visited {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; TEXT-DECORATION: underline}  /* visited link body CLEAR */
.clear:hover {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; TEXT-DECORATION: underline}   /* mouse over link body CLEAR */
.clear:active {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; TEXT-DECORATION: underline}   /* selected link body CLEAR */
