body {
	background-color: #FEFCF3;
	font: x-small Georgia;
	font-size: 12px;
	font-style: normal;
	color: black;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px; /*Scrollbar */
	scrollbar-arrow-color: Olive;
	scrollbar-face-color: White;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: #FEFCF3;
	scrollbar-3dlight-color: Olive;
	scrollbar-darkshadow-color: Olive;
	scrollbar-track-color: grey;
}


td {
	background-color: #FEFCF3;
	font-family: Georgia;
	font-size: 13px;
	font-style: bold;
	color: Grey;
}

td.label { 
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: grey;
	text-decoration: underline;
}

	/*links */
a:link {
	color: #58a;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #969;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #c60;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #c60;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

H1 {
	font: Georgia;
	font-size: 32px;
	font-style: normal;
	color: Olive;
}


H2 {	
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size: 13px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
}

H3 {	
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
}