/* Presentation Stylesheet */ 
h4 {
	margin:0;
	padding: 5px 0;
	font-weight: bold;

 }
h1 {
	font-size: 150%;
	color: #000000;
	padding: 0px;
	margin-bottom: -15px;

}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
	font-style: italic;
	font-weight: bolder;

}
a:link {
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
	background-color: #FFFF00;
}
.vision {
	font-size: smaller;
	font-style: italic;
}

