body{
	background:#456071;
}
table{
	
	align:center;
	margin: 0px auto;
}
a,a:visited{
	background:#912312;
	display:inline;
	padding: 2px;
	color: #000000;
	text-align:center;
	font-style:italic;
	text-decoration:underline;
	font-family:"Tempus sans ITC", Arial;
	font-size:12px;
	font-weight:bold;
}

a:focus,a:hover{
	background:#456071;
}



h1{
	font-family:"Viner Hand ITC", Arial;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

h2{
	font-family:"Tempus sans ITC", Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	
}
h3{
	font-family:"Tempus sans ITC", Arial;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#000000;
	line-height:45%;
}


#text{
	background:#f6b708;
	width:930px;
	height:*;
	margin: 0px auto;
	text-align:center;
}

#header{
	background:#912312;
	width:930px;
	height:150px;
	margin: 0px auto;
	align:center;
}

#navbar{
	background:#912312;
	width:930px;
	height:30px;
	margin: 0px auto;
	text-align:center;
}

#footer{
	background:#912312;
	font-family:verdana;
	color:#000000;
	font-size:.5em;
   	text-align: right;
	width:930px;
	height:20px;
}


