body, td, div, th, span {
vertical-align:top;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
background-color:#3d3c3f;
}

a:link, a:visited, a:active {
color: #999999;
font-size:16px;
font-weight: normal;
text-decoration: none;
}

a:hover {
color:#FFFFFF;
}
   
.t1{
color: grey;
font-size:16px;
}

.t2{
color: #666666;
font-size:11px;
}

.t3{
color:#999999;
background-color:#000;
font-size:16px;
}

.t4, .t4 a:link,.t4 a:visited,.t4 a:active{
color:#666666;
background-color:#000;
font-size:11px;
}

.t4 a:hover {
color:#FFFFFF;
}

.content {
position: absolute;
top:0px;
left:auto;
right:auto
background-color:#3d3c3f;
width: 600px;
height: 100%;
padding-top: 152px;
padding-left: 40px;
padding-right: 40px;
z-index: 2;
}

.menu {
position: fixed;
top:0px;
left:820px;
background-color:#000;
width: 100%; 
height: 100%;
padding-top: 130px;
padding-left:15px;
z-index:1;
} 