body, html {
font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;
font-size:0.9em;
}
textarea {
border: 1px dotted rgb(0, 155, 102);
padding: 0.25em;
width: 75%;	
margin: auto;
display: block;
}
#content {
width: 540px;
padding: 0px 10px;
margin: auto;
background-color: #F3F8E7;
border-top: 10px solid #009B66;
border-bottom: 10px solid #009B66;
}
#content h1 {
background-color:#0E1D62;
color:#FFFFFF;
font-size:1.25em;
margin:10px -10px 0em -10px;
padding:0.4em;
}
#content h2{
font-size: 1em;
}
#content ul{
margin-top: 0em;
margin-bottom: 0em;
}
#content hr{
height:0em;
border:1px solid #A62B14;
}
#content a {
color:#0E1D62;
font-weight: bold;
text-decoration:none;
}
#content a:hover {
text-decoration: underline;
}
#content p img {
display: block;
margin: auto;
}
.error{
background:#A62B14;
color:#fff;
margin:0.5em 0em;
}