p {	
	font-size: 10px;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666600;
	text-align: right;
	line-height: 10px;
	letter-spacing: 1px;
	margin-top: 1px;

}


h1 {	
	font-size: 20px;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #666633;
	text-align: right;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}


h3 {	
	font-size: 15px;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #999966;
	text-align: right;
	line-height: 12px;
	margin-top: 30px;
	margin-bottom: 2px;
}


h5 {	
	font-size: 12px;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #999966;
	text-align: right;
	line-height: 11px;
	margin-top: 23px;
	margin-bottom: 1px;
	
}

a { text-decoration: none;
}

A:link {color: #cccc99;}
A:visited {color: #996666;}
A:active {color: #666699;}
A:hover {color: #666699; text-decoration: underline;}


