body {
background-color: #00081F;
text-align: center;
background-image : none;
color : #261922;
font-size : 10px;
font-family : georgia, verdana;
padding : 1px;
}
a:link {
color : #4A5283;
text-decoration : underline;
}
a:visited {
color : #4A5283;
}
a:hover {
color : #4A5283;
}
a:active {
color : #4A5283;
}
#content {
margin: 0 auto;
background : #ffffff;
background-image : none;
border : none;
top : 0px;
width: 536px;
color : #00081F;
font-size : 10px;
font-family : verdana;
text-align: left;
}
#text {
padding: 10px;
}
h1 {
text-align : right;
border-bottom : 1px solid #00081F;
color : #00081F;
font-size : 14px;
font-family : georgia, verdana;
margin-top: 10px;
margin-bottom: 25px;
}
h4 {
text-align : right;
border-bottom : 1px solid #00081F;
color : #00081F;
font-size : 10px;
font-family : georgia, verdana;
clear: both;
}
input, textarea, select, option {
background : #ffffff;
background-image : none;
color : #261922;
font-size : 10px;
font-family : georgia, verdana;
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;
}