html, body{ margin:0; padding:0;       

background-color:#666;



}





#buttons {float:left;position:relative; margin:10 10 0 10; padding:0;width:280px;

	


}


#buttons li {    list-style: none;
    text-align: center;
    background-color: #000000;
    width: 280px; 
    height: 30px;
position:relative;margin:0px 0px 10px 0px;


}

#buttons li a{
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    width: 280px;
    height: 30px;
    text-align: center;
    background-color: #000000;
font-size: 15pt; 
	font-weight: normal; 
	font-family: Verdana;

}
 
#buttons li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    width: 280px;
    height: 30px;
    text-align: center;
font-size: 15pt; 
}

#buttons li a:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    width: 280px;
    height: 30px;
    text-align: center;
font-size: 15pt; 
}





















