body {
margin: 0 auto;
padding: 0;
font: 68%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #d0cfcf;
background: #4a4a4a;
background-image: url(bg.jpg);
background-repeat: repeat-x;
}

a {
text-decoration: none;
color: #b5840d;
}

a:hover {
text-decoration: underline;
color: #a5130c;
}

a:visited {
text-decoration: none;
color: #b5840d;
}