p {
	font-family: "Times New Roman", serif;
	font-size: 18px;
	color: #02289a;
}
h1 {
	font-family: Garamond, Times New Roman, serif;
	font-size: 32px;
	color: #02289a;
	display: inline;
}
ul {
	font-family: Garamond, Times New Roman, serif;
	font-size: 18px;
	color: #02289a;
	list-style-type: disc;
}
a {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 24px;
	color: #02289a;
	text-decoration: none;
}
h3 {
	font-family: Garamond, Times New Roman, serif;
	font-size: 20px;
	color: #02289a;
	font-weight: normal;
}
h2 {
	font-family: Garamond, Times New Roman, serif;
	font-size: 16px;
	color: #02289a;
}
#email a {
	font-family: Garamond, Times New Roman, serif;
	font-size: 20px;
	color: #02289a;
	font-weight: normal;
}
h4 {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	display: inline;
}
#horizontal li {
	display: inline;
	border-right-style: solid;
	border-right-width: 1px;
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
body {
	color: #02289a;
	background-color: #abc7ee;
}
#horizontal li.last {
    border-right-width: 0px
}	


