h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	list-style-type: square;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #993333;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #FF9933;
	background-color: #33ffff;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #00FF00;
	text-decoration: underline;
}
.smallblue {
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
}
.box {
	padding-right: 10%;
	padding-left: 10%;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	list-style-type: square;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
	font-style: normal;
	font-weight: bolder;
	color: #0000FF;
}
.white_background {
	background-color: #FFFFFF;
}
