/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	color: #000000;
	font-family:  Helvetica, sans-serif;
	font-size: 12px;
	
	}
	
p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.3em;
	}

h1 {
	font-size: 2.5em;
	margin: 30px;

	}
	
.tagline {
	font-size: 1.5em;
	color: #FFFFFF;
	vertical-align: middle;
	}
	
h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.6em;
	}
.h4 {
	font-size: 1.6em;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 25px;
	}


a.one:link {
	color: #000000; 
	text-decoration: none;
	}
	
a.one:visited {
	color: #6b4503; 
	text-decoration: none;
	}
	
a.one:hover {
	color: #9a6201;
	text-decoration: none;

	}

a.one:active, a.two:focus {
	outline:none;
	
	}

a.two:active, a.two:focus {
	outline:none;
	
	}