body {
	margin: 0; 
	padding: 0;
	background-color: #ffffff;
	}

body {
	font: 24px/36px trebuchet, sans-serif;
	text-decoration: none;
	color: #5f4e1f;
	}
	
h1 {
	font: 24px/36px trebuchet, sans-serif;
	text-decoration: none;
	color: #6c2364;
	}
	
h2 {
	font: 24px/36px georgia;
	}

.special {
	color: #ffffff;
	background-color: #6c2364;
	}
	
.small {
	font: 12px/18px verdana, sans-serif;
	font-style: italic;
	}

/* ------------------------------------------------------------------ */

a:link {
	font: 24px/36px trebuchet, sans-serif;
	text-decoration: none; 
	color: #1e6d5d;
	}
	
a:visited {
	font: 24px/36px trebuchet, sans-serif;
	text-decoration: none; 
	color: #1e6d5d;
	}

a:hover {
	font: 24px/36px trebuchet, sans-serif;
	background-color: #6c2364;
	text-decoration: none;
	color: #ffffff;
	}


/* bottom links ----------------------------------------------------------- */

.forward a:link {
	font: 18px/27px trebuchet, sans-serif;
	text-decoration: none; 
	color: #1e6d5d;
	}
	
.forward a:visited {
	font: 18px/27px trebuchet, sans-serif;
	text-decoration: none; 
	color: #1e6d5d;
	}

.forward a:hover {
	font: 18px/27px trebuchet, sans-serif;
	background-color: #6c2364;
	text-decoration: none;
	color: #ffffff;
	}