﻿body {
	color: #000080;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCE0FF;
	text-decoration: none;
}
.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #800080;
	text-align: center;
	font-style: italic;
}
.H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #800080;
	text-align: center;
}
.H3-2 {
	font-size: 18px;
	color: #008080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.one_times_height {
	line-height: 150%;
	font-weight: normal;
}
.two_times_height {
	line-height: 175%;
	font-weight: normal;
}
/* Navigation */
.a_nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
a:visited {
	color: #444444;
}
