body { 
	background-color: #C6D3DE;
	margin-top: 5pt;
	margin-right: 5pt;
	margin-bottom: 5pt;
	margin-left: 5pt;
}

/* body text */
p { 
	font-family: georgia, times, times new roman;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-indent: 0px;
	text-align: left;
	word-spacing: 1px;
}

/* copyright */
h1 {  
	font-family: georgia, times, times new roman;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 7pt;
	font-style: italic;
	font-weight: lighter;
	margin: 10px 5px 10px 5px;
	color: #CCCCCC;
	text-align: right;
	letter-spacing: 3px;
}

/* heading */
h2 {  
	font-family: georgia, times, times new roman;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	font-weight: lighter;
	margin: 1px 1px 1px 1px;
}

/* centered categories */
h3 {  
	font-family: georgia, times, times new roman;
	font-size: 10pt;
	font-style: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 1px 1px 1px 1px;
	line-height: 2.5em;
}

/* image descriptions */
h4 {  
	font-family: georgia, times, times new roman;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	font-weight: lighter;
	margin: 10px 1px 10px 1px;
	line-height: 1.5em;
}

/* 404 */
h5 {  
	font-family: georgia, times, times new roman;
	font-size: 14pt;
	font-style: normal;
	color: #000000;
	text-align: left;
	letter-spacing: 1px;
	font-weight: lighter;
	margin: 10px 1px 10px 1px;
	line-height: 1.5em;
}

a:link {
	font-size: 10pt;
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFE5;
	text-align: left;
	font-family: georgia, times, times new roman;
	margin: 1px 1px 1px 1px;
}

a:visited {
	font-size: 10pt;
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFE5;
	text-align: center;
	margin: 1px 1px 1px 1px;
	font-family: georgia, times, times new roman;
}

a:hover {
	font-size: 10pt;
	text-decoration: none; /* underline */
	color: #FFCC00;
	background-color: #FFFFE5;
	text-align: center;
	margin: 1px 1px 1px 1px;
	font-family: georgia, times, times new roman;
}
