/* CSS Document */
.style1 {	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
}
body{background-color:#FFFF99;
} 
.h1 {color:#0000CC
	font-weight: bold;
	font-size: 34px;
	color: #0000CC;
	}
.h2 {
	color:#006600;
	font-size: 24px;
	font-weight: bold;
}
.h3 {color:#000000;
	font-size: 20px;
	font-weight: bold;
}
.firstLetter{
	display      : block;
	float        : left;
	margin-top   : -0.63em; /* use -0.205em for two lines */
	margin-left  : -0.56em;
	margin-right : 0.5em;
	height       : 4.0em;
	color: #000099;
	left: auto;
	text-align: right;
	text-indent: 10px;
}

.firstLetter span{
	font-size    : 5.6em;   /* use 3.33em for two lines */
	line-height  : 1em;
	color: #000099;
}

.firstLetter + span{
	margin-left  : -0.5em;
	color: #0000CC;
}
.style2 {color: #000099}
}
Main {margin-top: 0px;
	background: #FFFF99;
	color: #000099;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
}
a {#000099}
a:link {
	text-decoration: none;
	color: #000099
}
a:visited {
	text-decoration: none;
	#000099
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}
#content {
	width: 200px;
}
#menu {
	margin-bottom: 10px;
	border-bottom: 2px solid #D1BC5C;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: 20px;
}

#menu li {
	display: inline;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight:bolder;
}

#menu a {
	display: block;
	padding: 0px;
	border-top: 1px solid #D1BC5C;
	font-weight: bolder; 
	color: #000099
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
}

#menu a:hover, #menu .active a {
	background: #C29434;
	text-decoration: none;
	color: #FFFFFF;
}
.base_links {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFF99;
	font-family: "Times New Roman", Times, serif;
}
