body { 

margin: 0px;
background-color: white; 


}


.all{


width:600px;
height:424px;

margin-right:auto;
margin-left:auto;

}




.contents{

background-color: ; 
padding: 5px;  
color: silver ;
font-size: 15px; 
text-align:center; 

margin-top:0px


}




p { 


text-align:center;
font-size:18px;



} 

a:link { color: silver; }
a:visited { color: silver; }

a:hover { 
color: cyan; 
background-color: ; 

} 

address{
font-style:normal;
text-align:center;
font-size:12px;
font-style: italic;

}
