@charset "utf-8";
/* CSS Document */


p {
	font: 10pt/16pt verdana;
	margin-top: 0px;
	text-align: normal;
	color: #333333;

	}
h3 {
	font: italic normal 12pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	text-decoration: underline;
	font-style: normal;
	}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #663333;
	}
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #660000;
	}
