h1 {
	font-family: arial;
	font-size: 18px;
	color: 115098;
	text-align: center;
	/*border-bottom:#000 solid 1px;*/
}

h2 {
	font-family: arial;
	font-size: 12px;
	color: 115098;
	text-align: center;
}

h3 {
	font-family: arial;
	font-size: 12px;
	color: 115098;
}

h4 {
	font-family: arial;
	font-size: 12px;
	color: #333;
}



a {
	font-family: arial;
	font-size: 12px;
	color: #000;
	text-align: center;
	color: 115098;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	/*font-size: 9pt;*/
	font-weight: normal;
	color: black;
	font-family:arial;
}

body,html {
	margin: 0;
	padding: 0;
	min-height:100%; 
	height:auto; 
	height:100%; 
} 


body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background: #cadceb;

}




#header 
{
display: block;
float: center;
text-align: left;
padding-left: 10;
padding-bottom: 10;
font: bold 20px arial;
color: white;
margin:3px auto;
/*background: #115098;*/
background: url('http://www.mysiteisthebestintheworld.com/images/bg_header.png') repeat-x 0px 0px;
}


#header2 
{
display: block;
float: center;
text-align: center;
font: bold 11px arial;
color: white;
}



#navigation
{
background: #cadceb;
margin:0px auto;
color: #115098;
padding: 5;
}


#footer 
{
display: block;
color: Black;
padding-top: 16;
padding-bottom: 16;
font: 8px arial;
width: 100%;
margin:0px auto;
text-decoration: none;
}

#body 
{
display: block;
float: center;
color: Black;
text-align: center;
height: auto;
min-height: 500px;
margin: 0 auto; 
}

