.menutitle{
cursor:pointer;
color:#330000;
width:150px;
padding:2px;
text-align:left;
font-weight:bold;
font-family:arial;
}
.menutitle A:link { text-decoration: none; color:#006400; font-weight:bold; }
.menutitle A:visited {text-decoration: none;  color:#006400; font-weight:bold; }
.menutitle A:active { text-decoration: none; color:#006400 font-weight:bold; }
.menutitle A:hover { text-decoration: none; color:#B22222; font-weight:bold; }

.menutitle2{
cursor:pointer;
color:#330000;
width:150px;
padding:2px;
text-align:center;
font-weight:bold;
font-family:arial;
}
.menutitle2 A:link { text-decoration: none; color:#006400; font-weight:bold; }
.menutitle2 A:visited {text-decoration: none;  color:#006400; font-weight:bold; }
.menutitle2 A:active { text-decoration: none; color:#006400 font-weight:bold; }
.menutitle2 A:hover { text-decoration: none; color:#B22222; font-weight:bold; }

.submenu{
margin-bottom: 0.5em;
font-size:smaller;
}
.submenu A:link { text-decoration: none; color:#006400; font-weight:bold; }
.submenu A:visited {text-decoration: none;  color:#006400; font-weight:bold; }
.submenu A:active { text-decoration: none; color:#006400 font-weight:bold; }
.submenu A:hover { text-decoration: none; color:#B22222; font-weight:bold; }

.photo A:link { text-decoration: none; color:#006400; font-weight:normal; }
.photo A:visited {text-decoration: none;  color:#006400; font-weight:normal; }
.photo A:active { text-decoration: none; color:#006400 font-weight:normal; }
.photo A:hover { text-decoration: none; color:#B22222; font-weight:normal; }

H1 {color:#004400; }
H2 {color:#660000; }
H3 {color:#004400; }

A:link { text-decoration: none; color:#006400; font-weight:normal; }
A:visited {text-decoration: none;  color:#006400; font-weight:normal; }
A:active { text-decoration: none; color:#006400 font-weight:normal; }
A:hover { text-decoration: none; color:#B22222; font-weight:normal; }

.floatleft
{
float: left;
width: 280px;
margin: 0px 10px 10px 0;
}
.floatright
{
float: right;
width: 280px;
margin: 10px 0px 10px 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
