﻿body {position: relative; background: #DC873A; margin: 0; padding: 0;}
	
h1 {font-family: Verdana, sans-serif; font-size: 16px; text-align: center; padding-top: 20px;}
h2 {font-family: Times New Roman; font-size: 22px; text-align: center; color: #DC873A; line-height: 140%;}
p {font-family: Verdana, sans-serif; font-size: 16px; text-align: center; color: #DC873A; line-height: 150%;}
	
a:link {color: #DC873A; text-decoration: none;}
a:visited {color: #DC873A; text-decoration: none;}
a:hover {color: #81343E; text-decoration: none;}
a:visited:hover {color: #81343E; text-decoration: none;}
		
  
#content {
	position: absolute;
	background: #005D6D;
	top: 0;
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	height: 1400px;
    }

.img {border: 0px;}

hr {
	height: 1px; 
	width: 400px; 
	border: none; 
	background-color: #DC873A; 
	color: #DC873A;
	}
