h1 {
	font-family: Helvetica;
	background: white; 
	color: #51697F; 
	margin-left: 20px;
	font-size: 18pt;
	font-weight: bold;
}

h2 { 
	font-family: Helvetica;
	background: white; 
	color: #51697F;  
	margin-top: 1em; 
	letter-spacing: 0.2em; 
	margin-left: 20px;
	font-size: 110%; 
}

	h3 
		{ 
			font-family: Helvetica; 	background: #4d4d80; 	color: white;  
			margin-top: 1em; 			padding: 0.3em; 			font-size: 100%; 
		}

	body 
		{ 
			color: black; 
			background: #A2D2FF;
			font-size: 10pt;
			font-family: Helvetica,Arial,sans serif; 
		}

li {
	text-decoration: none;
	font-weight: normal;
	margin-top: 0.2em;
	margin-right: 1em;
}

ul {
	text-decoration: none;
	font-weight: normal;
}

	p.huge 
		{ 
			font-family: Helvetica; 	background: white;	color:	#212d4d;
			font-size: 200%; 			font-weight: bold; 
		}
       
    a:link 
		{
			color: #331c16;			
			text-decoration: none; font-weight: bold;
		}

	a:visited 
		{
			color: #331c16;			
			text-decoration: none; font-weight: bold;
		}

	a:active 
		{
			color: #331c16;			
			text-decoration: none;  font-weight: bold;
		}

	a:hover 
		{ 
			color: #331c16;			
			text-decoration: underline; font-weight: bold;
		}

	a.button 
		{
			background: #212d4d;		color: #ffffff;
			text-decoration: none;
			border: 2px outset; 			
			padding: 3px;
			border-radius: 5px; 
			-o-border-radius: 5px; 
			-icab-border-radius: 5px; 
			-khtml-border-radius: 5px; 
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px; 
			font-weight: bold;
		}

	a.button:active
		{
			background: #212d4d;		color: #ffffff;
			text-decoration: none;
			border: 2px inset; 			
			padding: 3px;
			border-radius: 5px; 
			-o-border-radius: 5px; 
			-icab-border-radius: 5px; 
			-khtml-border-radius: 5px; 
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px; 
			font-weight: bold;
		}
		
div.title {
	border: 2px #283440; 
	color: white; 
	background: #283440;
	border-radius: 15px; 
	-o-border-radius: 15px; 
	-icab-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

div.body { 
	border: 1px inset; 
	color: black; 
	background: white;
	border-radius: 15px; 
	-o-border-radius: 15px; 
	-icab-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	overflow:auto;
}

div.menu {
	border: 1px #799DBF outset; 
	color: #283440; 
	background: #799DBF; 
	padding: 0.5em;
	border-radius: 15px; 
	-o-border-radius: 15px; 
	-icab-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

p.title {
	color: white;
	background: #283440;
	font-size: 2em;
	font-weight: bold;
}

a.nav { 
	padding: 0.3em; 
	text-decoration: none; 
	font-weight: bold; 
	color: black;
}


a.nav:visited { 
	padding: 0.3em; 
	text-decoration: none; 
	font-weight: bold; 
	color: black;
}

a.nav:hover {
	padding: 0.3em; 
	text-decoration: underline; 
	font-weight: bold;
	text-transform: capitalize;
	color: black;
}

p { 
	margin-left: 20px; 
	margin-right: 20px;
}

img {
	border: 2px #799DBF; 
	color: #283440; 
	background: #799DBF; 
	padding: 2px;
}