body {
	font-family: "Lucida Sans", Arial, "Tempus Sans ITC", "Times New Roman", "Trebuchet MS";
	background-color: #FFFFCC;
	font-size: 100%;
	color: #336633;
	text-align: center;
}

p {
	text-align: center;
}

h1 {
	font-size: 180%;
	color: #FFFFCC;
}

h2 {
	font-size: 150%;
	color: FireBrick;
	font-family: "Lucida Calligraphy";
	shadow {
	width: 200; 
	height: 25%;
	filter: Shadow(Color=Silver, Direction=135);
}

h3 {
	font-size: 120%;
	color: FireBrick;
	font-weight: bold;
	text-transform: capitalize;
	shadow {
	width:100; 
	height:15; 
	filter: Shadow(Color=Silver, Direction=135);

}

h4 {
   color: #006400;
	font-size: 100%;
	float: left;
	
}

a:link {
	color: #006400;
	font-size: 100%;
	font-weight: bold;
	
}

a:hover {
	color: #990000;
	font-weight: bold;
}

a:visited {
	color: #006633;
	font-size: 100%;
	font-weight: bold;
}

a:active {
	color: #006600;
}


th {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


td {
	text-align: center;
	vertical-align: top;
}


blockquote {
	text-align: justify;
	text-indent: 5px;
	display: block;
}

