body {
	background-color: #6B79BF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfont {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #FFF;
}
.bottomfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
	text-transform: capitalize;
	font-weight: bold;
	font-style: normal;
}
.topheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: blink;
}
.unordered_list {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #00F;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #900;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #00F;
	text-decoration: none;
}

