/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	}
h2 {
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-size: 2.2em;
	line-height: 1.2em;
	margin-bottom: .6em;	
	color: #7d3c00;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;	
	color: #000000;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #000000;
	}	
.tagLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #6d24aa;
	margin-top: 20px;
	font-style: italic;
	}

.head_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #81F3FF;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.navigation {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #6d24aa;
	display: block;
	padding: 6px;
	width: 130px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #cdb8db;
	text-align: center;
	margin: 0px;
}
.navigation:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #006468;
	display: block;
	padding: 6px;
	width: 130px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #90cac7;
	text-align: center;
	margin: 0px;
}

.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
	}
