a:hover {
	font-weight: bold;
	color: #5D137B;
	text-decoration: underline overline;
	background-color: #FFFF00;
	font-family: Verdana;
	font-size: 12px;
}
a:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #5D137B;
	text-decoration: underline overline;
	background-color: #FFFF00;
}
h1 {
	font-family: Georgia;
	font-size: 36px;
	color: #5D137B;
}
p {
	font-family: Verdana;
	font-size: 12px;
	color: #5D137B;
}
h2 {
	font-family: Georgia;
	font-size: 18px;
	color: #5D137B;
}
ul {
	list-style-type: circle;
	white-space: normal;
	color: #5D137B;
}
a:visited {
	font-family: Verdana;
	font-weight: bold;
	color: #5D137B;
	text-decoration: none;
	font-size: 12px;
	}
a:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #5D137B;
	text-decoration: none;
}

