a:link {
	text-decoration: underline;
	color: #333366;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
text {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
.tablebg {
	color: #333366;
	background-color: #DEDEEF;
	border: thick outset #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
}
.bg {
	background-color: #333366;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 50px;
	font-family: "Tempus Sans ITC";
}
h2 {
	font-size: 31px;
	font-style: italic;
	font-weight: lighter;
	text-transform: capitalize;
}

