body  {
margin : 0;
font-family : verdana;
font-size : 11px;
color : #000;
background-color : #38434b;
line-height : 140%;
}
a {
text-decoration : none;
color : #669900;
}
a:hover {
text-decoration : none;
color : #99cc00;
}
#blogbody {
width : 700px;
}
#right {
width : 300px;
float : right;
padding-top : 200px;
}
#left {
width : 390px;
float : left;
}