body {
	background:#000000;
	font-family: verdana;
	
}
p {
	 margin-top: 20px;
	 color : #b5b5b5;
	font-size: 12px;
}
a, a:link, a:active, a:visited {
    color : #fff;
    text-decoration : none;
    border : none;
    font-size: 10px;
    text-decoration : underline;
      }
a:hover {
    color : #fff;
    xtext-decoration : underline;
    }
    
img {
	border: 0;
}



.leftcolumn {
width:240px;
float:left;
margin: 0 30px 0 0;
}

.centercolumn {
	width:400px;float:left;
}

.rightcolumn {
	width:160px;float:left;margin-left:30px;margin-top:20px;
}