.homePageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #0000FF;


}
a:hover {
	font-size: 24px;
	color: #00CCFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0099FF;
}
ul {
	list-style-type: disc;
	list-style-position: outside;

}
