
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 	
	margin: 0px; 
	}
	
form {
	font-family: georgia;
	font-size: 14px;
}

p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
.microtitle
{
font-family: georgia;
}

/* specific divs */
#container { 
	background: url("../zen-bg.jpg") no-repeat top left; 
	padding: 0px 175px 0px 110px;  
	margin: 0px; 
	}

