body
{
font-size:0.9em;
margin-top:0;
color:#2f4f4f;
}
table
{
font-size:0.9em;
cellpadding:5;
width:500;
}


a
{
text-decoration:none;
font-size:0.9em;
color:#000000;
}
a:hover
{
position:relative;top:1px;left:1px;
}

a img
{
opacity: 1;
transition: 0.3s;
}
a:hover img
{
opacity: .5;
}






#box
{
width:800px;
margin:0 auto;
}

#menu
{
float:left;
width:300px;
position: fixed;
background:#ffffff;
}

#main
{
float:right;
width:400px;
background:#ffffff;
}


