body{
background-color: #0B0B0B;
font-family:"Trebuchet MS", sans-serif;
width: 600px;
margin: 0 auto;
}
#container{
padding-bottom: 2cm;
}
#nav{
position:absolute;
left:1cm;
top:1cm;    
}
.content{
color: #4B5753;
background-color: #0B0B0B;
clear:both;
}

.content:hover{
color: #8DA59D;
background-color: #0B0B0B;

}
.img1{
float:left;
padding: 0px 250px 20px 0px;
width: 125px;
height: 50px;
overflow:hidden;

}
.img1 img{
border:0;
}


h1{
background-color: #22222B;
color: #E2F7D8;
padding-top: 30px;
text-align: left;
}
h2{
background-color: #22222B;
color: #E2F7D8;
padding-top: 25px;
text-align: right;
margin-top: 50px;
clear:both;
}

h4{
color: #4B5753;
background-color: #0B0B0B;
}

a{
color: #E2F7D8;
}

ul.a{
font-size:small;
list-style: square inside;
}

ul.b{
list-style:none;
font-size:small;
}