h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font: bold 24px "Tw Cen MT", Arial, sans-serif;
	color: #000000;
	text-transform: capitalize;
}

body {
	font-family: "Tw Cen MT", Tahoma, Verdana, Arial, sans-serif;
}
.bluetext {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4083DE;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;