body {
background-color: #000000;
text-align: center;
background-image: none;
color: #E4B92C;
font-family: Arial;
font-size: 80%;
}
a:link, a:visited
{
color: #7E4102;
text-decoration: none;
}
a:hover, a:active
{
color: #7E4102;
text-decoration: underline;
}
#content {
margin: 0 auto;
top: 0px;
width: 482px;
text-align: left;
}
#text {
padding: 10px;
}
p
{
text-align: justify;
}
li, ul, ol, br, tr, td
{
text-align: left;
}
h1 {
text-align: center;
border-bottom: 1px solid;
font-size: 100%;
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;
}
h2, h3
{
text-align: center;
text-transform: uppercase;
font-size: 90%;
clear: both;
}
h4 {
text-align: center;
font-size: 80%;
clear: both;
}
h5 {
text-align: center;
font-size: 80%;
text-transform: uppercase;
clear: both;
}
input, textarea, select, option {
text-align: center;
border-width: 1px;
border-style: solid;
padding: 1px;
}
img
{
border-style: none;
} 
img.floatLeft { 
float: left; 
margin-right: 5px;
}
img.floatRight { 
float: right; 
margin-right: 5px;
}