p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	font-weight: bold;

}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000066;
	font-style: italic;
	font-weight: bold;

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003333;
	font-weight: bold;

}
body {
	background-color: snow;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: blink;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF00FF;
	text-decoration: underline;
}
