body {
 background-color: #ffffff;
 font-size: 12px;
 font-family: verdana, sans-serif
 }
p {
 font-size: 12px;
 font-family: verdana, sans-serif
 }
a:link, a:visited, a:active {
 text-decoration: underline;
 color: black;
 border-width: 0px
 }
a:hover {
 color: #CCCCCC
 }
.floatleft {
 float:left;
 margin-top:10px;
 margin-right:10px;
 margin-bottom:0px;
 }
a.copyright:link { 
 text-decoration: none;
 color: black;
 }
a.copyright:visited { 
 text-decoration: none;
 color: black;
 }
a.copyright:active { 
 text-decoration: none;
 color: black;
 }
.copyright {
 text-decoration: none;
 text-align: center;
 font-size: 10px;
 font-family: verdana, sans-serif
 }
 input, textarea, select {
 background-color: #CCCCCC;
 border-style: solid;
 border-width: 1px;
 border-color: black;
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 color: black;
 padding: 0px
 }