a {
	color: #000066;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
body {
	background-color: #FFFEF0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 30px;
}
body.toc {
	background-color: #FFFEF0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 20px;
}
div {
	background-color: #E0E0E0;
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: navy;
	font: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 20px;
}

div.ad {
    text-align:center;
    position: absolute;
    background-color: #FFFEF0;
    top: 0px;
  left: 0px;
  width: 800px;
  height: 100px;
	color: navy;
	border: none;
	background-image: url(../images/ad_box.gif);
	background-position: top center; 
}
div.body {
    position: absolute;
    background-color: #FFFEF0;
    top: 100px;
    left: 0px;
	color: navy;
	border: none;
}

h1 {
	color: #D77700;
	font-size: 1.3em;
	padding: 5px 0px 3px 0px;
	background-color: #FFE1BB;
	border-style: double;
	margin-top: 10px;
}

h2 {
	color: #008D8E;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 1.3em;
	padding: 0px 0px 2px 10px;
	text-align: left;
	text-indent: 2%;
}

h3 {
	color: #CC3768;
	font-size: 1.1em;
	height: 1.2em;
	padding: 10px 0px 2px 10px;;
}
h4 {
	color: brown;
	font-size: 1.05em;
	text-indent: 2%;
	padding: 15px 5px 3px 0px;
	padding-bottom: 5px;
}

h5 {
	color: purple;
	font-size: 1em;
	text-indent: 3%;
	padding: 0px 5px 3px 0px;
	padding-bottom: 5px;
}

h6 {
	color: darkred;
	font-size: 1em;
	text-indent: 4%;
	padding: 0px 5px 3px 0px;
	padding-bottom: 5px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
Span	{ 
	color: teal;
}
Span.g	{
	color: green;
}
Span.r	{
	color: #A85517;
}
Span.b	{
	color: black;
}

Span.p	{
	color: purple;
}
p, li, td, th {
	font-size: 1em;
	color: navy;
	padding-left: 2%;
	margin-left: 3%;
}
p.author {
	font-size: 1em;
	color: #4F8585;
	font-style: oblique;
	border-color: Gray;
	text-align: right;
}
p.toc {
	font-size: 0.95em;
	color: navy;
	border: thin;
}