		html,body	{ margin:0; padding:0; height:100% }
		#content	{ background-color:white; height:100% }
		#content2	{ background-color:#CCCCCC}

		body	{ background-color:#333333}
		#content	{
	width:420px;
	margin:0 auto;
	background-color: #CCCCCC;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
		h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color: #CCCCCC;
	background-color: #006600;
	margin-top: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-indent: 2em;
	width: 101%;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
		h5	{
	font-family:Verdana;
	font-size:1em;
	text-align: center;
	background-color: #663366;
	width: 101%;
	color: #006600;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	margin-top: 0em;
}
		p	{
	margin:0em 1em 1em;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 1em;
	padding-left: 1em;
	color: #006600;
	border-top-color: #663366;
	border-right-color: #663366;
	border-bottom-color: #663366;
	border-left-color: #663366;
	padding-top: 1em;
	padding-bottom: 1em;
}
	span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	font-style: italic;
}
	a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	background-color: #006600;
	color: #663366;
}
a:active {
	text-decoration: none;
}
.pull {
	float:right;
	width:130px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding:10px;
	border:1px solid black;
	background:#882D00;
	color:darkorange;
	font-size:large;
	text-align: right;
}
.pull2 {
	float:left;
	width:130px;
	margin-top:5px;
	margin-right:5px;
	padding:10px;
	border:1px solid black;
	background:#882D00;
	color:darkorange;
	font-size:large;
	text-align: right;
}
.dropcap {float:left;font-size:100px;line-height:80px;padding-top:1px;padding-right:5px;font-family: times;}
