body {
font-style:normal; 
font-size: 15px; 
background-color: black; 
color:#fff;
}

p {
width: 550; 
border: 1px solid red; 
background-color: black; 
color: #fff; 
padding:10px; 
margin: 0 auto;
}

a:link {
background-color:black; 
color:#ffffff; 
text-decoration: none;
}

a:visited {
background-color:black; 
color:#FF0000;
text-decoration: none;
}

a:hover {
background-color:black;
color:#990033;
text-decoration: none;
}

h4 {
font-size: 20px; 
color:#fff;
text-align: center;
}

#menu {
position: absolute;
top: 0px;
 left: 0px;
 width: 150px;
 margin-left: 15px;
 margin-top: 50px;
}

#main {
position: absolute; 
top: 0px; 
left: 150px;
}

table {
width: 650;
margin: 0 auto;
}

#center {
align: center;
}