body {
  background-color: #FFFFFF;
}

span.emph {
	color:red;
}


h2 {
	font-family: Georgia, Times, serif;
	color: #CC0000;
	font-weight: normal;
	font-size : 100%;
	margin-top : 0px;
	margin-bottom : 5px;
}


h3 {
	font-family: Georgia, Times, serif;
	color: #333333;
	font-weight: normal;
	font-size : 150%;
	margin-top : 5px;
	margin-bottom : 5px;
}


h4 {
	font-family: Georgia, Times, serif;
	color: #333333;
	font-weight: normal;
	font-size : 130%;
	margin-top : 5px;
	margin-bottom : 5px;
}


.mainh {
	font-family: Georgia, Times, serif;
	color: #333333;
	font-weight: normal;
	font-size : 135%;
	margin-top : 5px;
	margin-bottom : 5px;
}

.mainh a:link {color: #333333;
		text-decoration: none;
               }
.mainh a:visited {color: #333333;
		text-decoration: none;
               }
.mainh a:hover {color: #CC0000;
		text-decoration: none;
               }




.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
}
.normaltext a:link {
	color: #0000FF;
	text-decoration: underline;
}
.normaltext a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.normaltext a:hover {
	color: #CC6600;
	text-decoration: none;
}


.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
        font-weight:800;
        color: #333333;
        background-color: #CCFF66;
}
.sidetext a:link {
	color: #0000FF;
	text-decoration: underline;
}
.sidetext a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.sidetext a:hover {
	color: #66CC33;
	text-decoration: none;
}


.indented
   {
   padding-left: 20pt;
   padding-right: 20pt;
}

