body {
	background-image: url(backgd.gif);
	background-repeat:no-repeat;
	background-color: #F9F400;
  font-family: tahoma, sans-serif;
}

hr {
	color: #EDAB16;
	height: 5px;
}

p {
  margin:0;
  color:#F9F400;
}

a:visited, a:hover, a:active, a:link {
	
	color:#F9F400;
}

a.body:visited, a.body:hover, a.body:active, a.body:link {
	font-family: tahoma, sans-serif;
	color: blue;
}


h1{
	position: absolute;
	left: 275px;
	top: 20px;
	width: 400px;


	color: #0031B5;

	font-family: tahoma, arial, sans-serif;
	font-size: 30pt;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	
}

h2 {
	font-family: tahoma, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	color: #F9F400;

}


div.header {
	position: absolute;
	left: 10px;
	top: 10px;
}

div.leftLinks {
	position: absolute;
	left: 10px;
	top: 175px;
}

div.body {
	position: absolute;
	left: 275px;
	top: 175px;
	width: 500px;

	color: #0031B5;
}