body {
background-color: 7e3e3e;
background-image: url("images/bg.png");
background-repeat: repeat;
margin: 0px;
}

a:link {
color: b35353;
text-decoration: none;
}

a:visited {
color: b35353;
text-decoration: none;
}

a:hover {
color: cda796;
text-decoration: underline;
}

a:active {
color: bc6b23;
text-decoration: none;
}

p {
color: f9eae1;
font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
font-size: 12px;
}

#images {
width: 150px;
margin-left: auto;
margin-right: auto;
}

ul {
color: 390000;
font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}