/* CSS Document */
body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 100%;
	background-color: #FFFFCC;
	color: #006600;
}
#mainTable {
	border: 1px outset #336633;
	background-color: #FFFFCC;
    line-height: 1.5em;
}
 #mainTable td {
	padding: 10px;

 }
 #maincontent {
	border-left: 2px dotted #336633;
	font-size: 14px;
	color: #336633;
	font-size: 100%;
	text-align: center;

}
#header {
	background-color: #336633;
	color: #FFFFCC;
	border: thick double;
	text-align: center;

}
 #footer {
	background-color: #336633;
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: double;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	   color: #FFFFCC;
}
h1 {
	font-size: 200%;
	color: White;
	text-align: center;
	font-family: "Lucida Calligraphy";
	shadow {width: 400; height: 60; 
	filter: Shadow(Color=FireBrick, Direction=135)
}

h2 {
	font-size: 150%;
	color: FireBrick;
	font-family: Georgia, "Times New Roman", Times, serif;

	shadow {width: 120; height: 60%; filter: Shadow(Color=Silver, Direction=135);
	text-align: center;
}

a {
	color: #336633;	
}
a:link {
	color: #336633;	
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}

 
