A:link {text-decoration: underline; color: #999999; font-weight: bold} 
A:visited {text-decoration: underline; color: #999999; font-weight: bold} 
A:active {text-decoration: none; background-color: white; font-weight: bold} 
A:hover {text-decoration: underline; color: white; font-weight: bold}



body
{
font-family: Arial, Times New Roman, sans-serif;
color: white;
background-color: black;
font-size: 14px;
text-align: center;
}






#frame {
margin-left: auto;
margin-right: auto;
width: 750px;

min-height: 500px;
background-repeat: no-repeat;
text-align: left;

}











#menu {
float: left;
margin-top: 120px;
width: 130px;
text-align: right;

}







#main {
float: right;
vertical-align: top;
margin-top: 110px;

width: 550px;

text-align: left;
background-color: #2C2F36;
}








#content {
margin-left: 10px;
margin-top: 10px;

}








#exmenu {
position: absolute;
float: both;
width: 70px;
z-index: 200;
margin-left: -60px;
}



















