/* CSS Document */

body {
margin-left:0px;
margin-top:0px;
margin-right:0px;
background-color:#FFFEB4;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:black;
}

a:link { color:#AA0835; text-decoration:underline; font-weight:bold }
a:visited { color:#AA0835; text-decoration:underline; font-weight:bold }
a:hover { color:#785537; text-decoration:underline; font-weight:bold }

#home {
border:2px solid #785537;
}

h1 {
font-size:21px;
color:#AA0835;
}

h2 {
font-size:17px;
color:#785537;
}

h3 {
font-size:15px;
}


#text {
border:2px solid #785537;
background-color: #FFFFD1;
padding: 5px;
}

#copyright {
text-align:center;
font-size:9px;
}

#copyright a:link { color:#666666; text-decoration:none; font-weight:normal }
#copyright a:visited { color:#666666; text-decoration:none; font-weight:normal }
#copyright a:hover { color:#666666; text-decoration:underline; font-weight:normal }