/* basic elements */
body { 
	font: 9pt/16pt georgia; 
	color: #555753; 
	background: #C9D7D8; 
	margin: 0px; 
	}
p { 
	font: 9pt/16pt georgia; 
	margin-top: 0px; 
	}
td { 
	font: 9pt/16pt georgia; 
	margin-top: 0px; 
	}
h1 { 
	font: bold normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #790351;
	}
h3 { 
	font: bold normal 10pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 4px; 
	color: #790351;
	}

a:link { 
	font-weight: bold;
	text-decoration: none; 
	color:#4b8b1b;
	}
a:visited { 
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #959595;
	}
a.nav {color: #000000
	}
li  { 
	font: 9pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
.contact {  
	font: 8pt/16pt georgia;
	background: #A36107; 
	color: #C9D7D8;
	}
.nav {  
	font: 9pt/16pt georgia;
	background: #e2e6e6; 
	color: #D7D7D7;
	text-decoration: none; 
	}
