body { 
font-size : 12px; 
font-family : century gothic; 
color : #ffffff; 
}

.ddiv{
width: 350px;
font-family: century gothic;
margin-top: 8px;
margin-bottom: 8px;
padding: 6px;
border: 1px solid gray;
font-size: 120%;
line-height: 1.4;
text-align: center;
}

A:link { 
text-decoration : underline; 
color : yellow; 
} 

A:hover { 
text-decoration : underline overline; 
color : yellow; 
} 

A:visited { 
text-decoration : underline overline; 
color : yellow; 
} 