.std {
 font-family: Arial,sans serif;
 font-weight: normal;
 font-size: 12pt;
 color: #000000 ;
 background-color: #ffffff;
}
.bld {
 font-family: Arial,sans serif;
 font-weight: bold;
 font-size: 12pt;
 color: #000000 ;
 background-color: #ffffff;
}
.mhd {
 font-family: Arial,sans serif;
 font-weight: bold;
 font-size: 17pt;
 color: #000000 ;
 background-color: #ffffff;
 text-align: center;
}
.hed {
 font-family: Arial,sans serif;
 font-weight: bold;
 font-size: 14pt;
 color: #000000 ;
 background-color: #ffffff;
 text-align: left;
}
.menu {
 font-family: Arial,sans serif;
 font-weight: bold;
 font-size: 9pt;
 color: #ffffff ;
 background-color: #000000;
 text-align: center;
 text-decoration: none;
 border: 3px solid #000000 ;
}
.menu a:link {
 color: #ffffff;
 text-decoration: none;
}
.menu a:visited {
 color: #ffffff;
 text-decoration: none;
}
.menu a:hover {
 color: #ff4040;
 text-decoration: none;
}

.textbutton {
 width: 120px;
 height: 28px;
 background-color: #ffffff ;
 color: #000000;
 padding-top: 2px;
 border: solid 2px #000000 ;
}

a:hover.textbutton {
 width: 120px;
 height: 28px;
 background-color: #ffd0d0 ;
 color: #000000;
 padding-top: 2px;
 border: solid 2px #000000 ;
}

a:visited.textbutton {
 color: #000000;
}
a:visited.textbutton2 {
 color: #000000;
}

