body {
margin: 0 auto;
background-color: #000000;
text-align: center;
}

body,td {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 18px;
color: #cecece;
}

a {
color: #b83200;
text-decoration: underline;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #651c01;
font-weight: normal;
text-decoration: none;
}

a.fade img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; 
}

a.fade:hover img {
filter:alpha(opacity=75);   
-moz-opacity: .75;   
opacity: .75;
-khtml-opacity: .75; 
}

#container {
width: 780px;
margin: 15px auto;
}

.title {
font-size: 22px;
color: #d20c0c;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer20 {
margin: 0 0 20px 0;
}

.spacer30 {
margin: 0 0 30px 0;
}

.bullet {
width: 600px;
margin: 5px auto 15px auto;
text-align: left;
font-size: 18px;
}

ul {
margin-top: 10px;
}

li {
margin-bottom: 5px;
}

