A:link {
	color: #996699;
	text-decoration: none
}
A:active {
	color: #9933CC;
	text-decoration: none
}
A:visited {
	color: #9900CC;
	text-decoration: none
}
A:hover {
	color: Fuchsia;
	text-decoration: underline;
}


BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P { 
	padding-bottom: 3px;
	padding-top: 3px;
 }
 
 .purple {
	color: #330066;
}
  
  .green {
	color: #00CC33;
}
.smalltext {
	font-size : x-small;
	color: #996699;
}

.xsmallpurple {
	font-size : xx-small;
	color: #330066;
}


