body{
background-color: #000000;
text-align: center;}

#main_container{
margin: 0 auto;
width: 970px;
color: #FFFFFF;
font-family: Arial;
font-size: 14px;
font-weight: bold;
}

a:link, a:visited {
color : #FF0000;
text-decoration : none;
font-weight: bold;
}

a:link_col, a:visited_col {
color : #0000CC;
text-decoration : none;
font-weight: bold;
}

a:hover {
color : #FFFF00;
text-decoration : underline;
font-weight: bold;
}