body {
color: black;
background-color: #ffea34;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}
a:link, a:visited {
color: black;
font-weight: bold;
text-decoration: none;
}
a:hover, a:active {
color: red;
text-decoration: underline;
font-weight: bold;
}
a.two:link, a.two:visited {
color: black;
font-weight: bold;
text-decoration: none;
font-size: 1em;
}
a.two:hover, a.two:active {
color: red;
text-decoration: underline;
font-weight: bold;
font-size: 1em;
}
a.three:link, a.three:visited {
color: black;
font-weight: bold;
text-decoration: none;
font-size: .9em;
}
a.three:hover, a.three:active {
color: red;
text-decoration: underline;
font-weight: bold;
font-size: .9em;
}
a.ad:link, a.ad:visited {
font-weight: normal;
text-decoration: none;
border: 0;
}
a.ad:hover, a.ad:active {
text-decoration: none;
font-weight: normal;
}
img.ad {
border: 0px;
}
font.two {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: red;
font-size: 1em;
}
font.three {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: red;
font-size: .9em;
font-weight: bold;
}
h4 {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: black;
font-size: 1em;
}
hr {
color: red;
height: 1px;
width: 80%;
}
div.yellow {
background-color: #ffea34;
width: 440px;
margin-left: 20px;
padding: 5px;
}
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	padding: 0px;
	background-color: #ffea34;
}
#header {
	position: relative;
	text-align: center;
	top: 2px;
	left: 0px;
	width: 700px;
	height: 175px;
	padding: 0px;
	background-color: #ffea34;
}
#navbar {
	position: relative;
	top: 10px;
	left: 0px;
	width: 984px;
	height: 20px;
	padding: 8px;
	background-color: white;
	text-align: center;
	font-size: 0.8em;
}
#navbar font{
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}
#main {
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	position: relative;
	top: 10px;
	left: 0px;
	width: 1000px;
	padding: 0px;
	background-color: #ffea34;
	font-size: 1.0em;
	text-align: center;
	font-weight: normal;
}
#main-block1 {
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	position: relative;
	top: 15px;
	left: 0px;
	width: 246px;
	padding: 0px;
	font-size: 1.0em;
	text-align: center;
	font-weight: normal;	
}
#main-block2 {
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	position: absolute;
	top: 20px;
	left: 250px;
	width: 500px;
	padding: 0px;
	background-color: white;
	font-size: 1.0em;
	text-align: center;
	font-weight: normal;
	border: medium;
	border-color: black;
	border-style: inset;
}
#main-block3 {
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	position: absolute;
	top: 15px;
	left: 754px;
	width: 246px;
	padding: 0px;
	font-size: 1.0em;
	text-align: center;
	font-weight: normal;
}
#footer {
	position: relative;
	width: 1000px;
	top: 0px;
	left: 0px;
	padding: 10px;
	font-size: .8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: black;
}
#footer font {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	font-style: italic;
}
#footer a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: black;
	font-weight: bold;
}
#footer a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: black;
	font-weight: bold;
}


