a:visited {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: blue;
	font-style: normal;
	text-decoration: none;
	

}
a:link {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: blue;
	font-style: normal;
	text-decoration: none;
	


}
a:hover {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: red;
	font-style: normal;
	text-decoration: underline overline;
	

}
p {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: black;
}
body {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: black;
	background-color: white;
}
h2 {

	font-family: "Palatino Linotype";
	font-size: 24px;
	color: black;
}
h4 {

	font-family: "Palatino Linotype";
	font-size: 18px;
	color: black;
}
h3 {


	font-family: "Palatino Linotype";
	font-size: 24px;
	color: black;
}
.banner {
	background-image: url(/defaultbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
