body{
background-image:url("https://i.ibb.co/2SJyV6V/image001.gif");
font-family: 'MS UI Gothic', Arial, sans-serif;
font-size:15px;
}

h1{
font-family: 'MS UI Gothic', Arial, sans-serif;
font-size:18px;
color:#0E0E0E;
margin:0px;
}

h2{
font-family: 'MS UI Gothic', Arial, sans-serif;
font-size:15px;
color:#5E5E5E;
margin-top:0px;
margin-bottom:2px;
border-bottom:1px #0E0E0E solid;
}

.main{
background:rgba(210, 210, 225, 0.9);
width:400px;
padding:5px;
overflow:hidden;
height:600px;
color:#000;
}

.sidebar{
background:rgba(210, 210, 225, 0.9);
position:absolute;
top:7px;
left:430px;
width:200px;
padding:5px;
height:600px;
overflow:auto;
text-align:center;
font-size:12px;
}

a:link, a:visited, a:active{
color:#41526e;
}

a:hover{
background-color:#fff;
}

a.nav:active, a.nav:link, a.nav:visited{
text-decoration:none;
background:#5E5E5E;
color:#FFF;
display:block;
padding:4px;
margin:5px;
font-family: 'MS UI Gothic', Arial, sans-serif;
font-weight:bold;
text-align:center;
font-size:11px;
text-transform:uppercase;
}

a.nav:hover{
background:#4F4F4F;
}
