body {
background-color: #c1c1c1;
background: url(layout/background.gif);
}

a:link { 
color: #ca4d4d; 
text-decoration: none;
}

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

a:active { 
color: #ca4d4d; 
text-decoration: none;
} 

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

.buttons {
border: 0px;
margin-top: 5px;
}

.footer {
width: 550px;
font-family: Arial, Courier New, serif; 
color: #436584;
font-size: 8pt;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}

.menu {
font-family: Arial, Courier New, serif;
color: #436584;
font-size: 15pt;
text-align: center;
white-space: pre;
text-shadow: 3px 3px 5px red;
}

.bottom_bar {
font-family: Arial, Courier New, serif;
color: #436584;
font-size: 10pt;
text-align: center;
font-weight: 800;
}