/* CSS Document */

body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #fff url(images/page2bkgrnd.gif) no-repeat bottom left; 
	margin: 0px; 
	}
p { 
	font: 12pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h2 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #666699;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}