body {
background-color: #ffffff;
text-align: center;
background-image : none;
color : #000000;
font-size : 11px;
font-family : arial;
}
a:link {
color : #892C24;
text-decoration : underline;
}
a:visited {
color : #892C24;
}
a:hover {
color : #892C24;
}
a:active {
color : #892C24;
}
#content {
margin: 0 auto;
background : #ffffff;
background-image : none;
border : none;
top : 0px;
width : 600px;
color : #261922;
font-size : 11px;
font-family : arial;
text-align: left;
padding: 5px;
}
h1 {
text-align : right;
border-bottom : 2px solid #361F27;
color : #361F27;
font-size : 14px;
font-family : georgia, verdana;
margin-top: 10px;
margin-bottom: 25px;
}
h4 {
text-align : right;
border-bottom : 1px solid #361F27;
color : #361F27;
font-size : 14px;
font-family : arial;
clear: both;
}
input, textarea, select, option {
background : #ffffff;
background-image : none;
color : #261922;
font-size : 11px;
font-family : arial;
text-align : center;
border-width : 1px;
border-style : solid;
border-color : #261922;
padding : 1px;
}
img
{
 border-style: none;
} 
img.floatLeft { 
    float: left; 
margin-right: 5px;
}
img.floatRight { 
    float: right; 
margin-right: 5px;
}