

body {
	margin: 20px;
	padding: 0;
	background: #4A748A;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}


#Header h1 {
	text-align: center;
	
}

Header h2 {
	text-align: center;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}




#bot {
	text-align: center;
	background: #4A748A;
	border: 5px solid #4A748A;
	border-top: none;



}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma;
	font-size: x-small;
	color: #ffffff;
}

#bot a {
	color: #ffffff;
}


hr {
  border: 0;
  width: 40%;
background-color: #ffffff;
height: 1px;

}


























