.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
.stylesm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #297392;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 5px;
}
#nav {
	background: #ecf4fd;
	font-size: 6px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #7abdd8;
	background: #063b5d;
	border-width: 2px;
	border-style: solid;
	border-color: #7abdd8;
	padding: 5px;
	height: 30px;
}
#nav a:hover {
	background: #ecf4fd;
}
