<!--
body {
	background-color: #cc00ff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial;
	font-size:12px;
}

p{
	margin:0px 0px 12px 0px;
}

ul.homeList{
	
	font-family:"Arial";
	list-style-image:url(../images/bullet.gif);
	margin:0px 0px 0px 1px;
	padding:0px;
	
}
.homeList li{
	margin:0px 0px 9px 16px;
}

hr{
	background-color:#CC00FF;
	color:#CC00FF;
	width:100%;
	height:2px;
	margin:10px 0px 18px 0px;
}

h3{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:3px 0px 5px 0px;	
}

h3 a, h3:link, h3:active, h3:visited{
	text-decoration:none;
	color:#0038D5;
	border-bottom:1px dashed #0038D5;
	
}

h3 a:hover{
	color:#612CA2;
}

-->
</style>