p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 1.5em;

	
}


/* titles */	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-indent: 0px;
	font-weight: normal;
	width: 350px;
	margin-top: -6px 0 0;
	margin-left: 20px;

	}


/* subtitles */	
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	font-weight: normal;
	font-style: italic;
	width: 350px;
	margin-top: -16px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
	
/* years */	
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-indent: 0px;
	text-align: center;
	font-weight: normal;
	margin-left: 0px;
	/* 
	padding
	*/ 
	padding-top: 2px;
	padding-bottom: 2px;
	/* 
	border style
	*/ 
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	
}	

/* captions */	


.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	font-weight: normal;
	font-style: italic;
	width: 500px;
	margin-top: -16px;
	margin-bottom: 20px;
	margin-left: 20px;
	
	}
	
	
img {
	border: none;
	}
	


/* 

    list

*/
li {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	text-indent: 0px;
	list-style-type: circle;
	font-size: 14px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}


a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


a:active {
	color: #E7E7E7;
	background-color: #666666;
}


a:visited {
	color: #999999;
	text-decoration: underline;
}

