BODY { 
background: black; 
color: gray; 
text-align: center; 
}
a {
color: gray; 
}

a:hover{
color:white ;
text-decoration:underline;
}

.box_type {
background: black; 
color: white; 

}