/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 14px;
	background-color: White;
	color: #330000;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size: 16px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}h3 {
	font-size: 12px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Style for all table cells. */
td {
	font-size: 12px;
}


/* Header */

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #999966;
}

a:visited {
	text-decoration: none;
	color: #666600;
}

a:hover {
	text-decoration: none;
	color: #663366;
}

a:link {
	text-decoration: none;
	color: #333300;
}



