#ads {
	background-color: transparent;
	float: right;
	width: 20%;
}

#content {
	background-color: Transparent;
	float: left;
	width: 75%;
	padding: 0 0 0 0;
}

#content h1 {
	margin: 0.33% 1.25em 0;
}

# content h2.a {
	background-color : Maroon;
	font-variant : small-caps;
	color: White;
	border : medium solid Olive;
	text-align : center;
	margin: 30% 30% 30% 30%;
}

#content h2.b {
	margin: 0 0 0 0;
	text-align: center;
	background-color: Lime;
	border-top: none;
	border-right: none;
	border-bottom: 0.5px solid Lime;
	border-left: none;
	font-variant : normal;
	color: black;
	font-size : smaller;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffe4b5;
	background-image : url(tanbkgrnd1.gif);
}

h1 {
	border: medium double Olive;
	font-variant: small-caps;
	color: Aqua;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
}

h1.head {
	border: none;
	font-variant: normal;
	background-color: transparent;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

h1.b {
	border: none;
	font-size: small;
	font-variant: normal;
	background-color: Gray;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	display: block;
}

a:link {
	color: Blue;
	text-decoration : none;
}

a:visited {
	color: Red;
	text-decoration: none;
}

p.intro {
	font-style : italic;
	font-weight : bold;
}

div.c {
	text-align : center;
}

dir.r{
	text-align: right;
}

em {
	font-family : "Courier New", Courier, monospace;
	font-style : normal;
	font-weight : bold;
};
}