body {
	background: #FFFFCC;
	font: 76% Arial, Helvetica, sans-serif;
	color: #000000;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
h2, h3, h4, h5, h6, p, blockquote {
	padding: .25em 10px .25em 15px;
}
h1 {
	padding: 0.25em 15px;
	font-size: 1.4em;
	line-height: 2em;
	border-bottom: 1px solid #CCCC99;	
	background: center;
}
h2 {
	color: #006699;
	font-size: 1.4em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.4em;
	color: #990000;
}
h4 {
	font-size: 1.2em;
	color: #990000;	
}
h5 {
	font-size: 1em;
	color: #990000;
}
h6 {
	font-size: 1em;
	color: #003333;
	text-align: center;
}
p {
	font-size: 0.9em;
	line-height: .85em;
	margin-bottom: 0.5em;
}
p font {
	line-height: 1em;
}
ul {
	margin-left: 20px;
	margin-right: 20px;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #006666;
}
a:visited {
	color: #666666;
}
a:hover, a:focus {
	color: #990000;
	text-decoration: underline;
}
table {
	margin: 0px;
	padding: 0px;
}
