/* CSS Document */

.pageTitle {
font-size:large;
font-family:"Times New Roman", Times, serif;
}
.style1 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bottomLinks {
font-size: x-small; 
font-family: Georgia, "Times New Roman", Times, serif; 
}
a:link {
	color: #3D0E76;
	text-decoration: none;
}
a:visited {
	color: #3D0E76;
	text-decoration: none;
}
a:hover {
	color: #DD5918;
	text-decoration: none;
}
a:active {
	color: #DD5918;
	text-decoration: none;
}
a {
	font-weight: bold;
}

