.content, a.content, a.content:link, a.content:active, a.content:visited   
{
    FONT-FAMILY: georgia;
    FONT-SIZE: 11px;
    COLOR: #663d2e;
	text-decoration:none;
}
a.content:hover
{
    FONT-FAMILY: georgia;
    FONT-SIZE: 11px;
    COLOR: #000000;
	text-decoration:underline;
}

.field
{
color: #8C6150;
font-family:tahoma;
font-size:11px;
background: #ffffff;
border: 1px solid #B2B0AF;
} 

textarea
{
color: #8C6150;
font-family:tahoma;
font-size:11px;
background: #ffffff;
border: 1px solid #B2B0AF;
}
.address, a.address, a.address:link, a.address:active, a.address:visited   
{
    font-family:georgia;
    font-size:12px;
    color:#ffffff;
	text-decoration:none;
}
a.address:hover
{
    font-family:georgia;
    font-size:12px;
    color:#ffffff;
	text-decoration:underline;
}