BODY {
	background-color : #FFFFFF;
	color : #595990;
} 
A {
	text-decoration:none;
	list-style-type : square;
} 
A:link {
	text-decoration: underline;
	color: #A74282
} 
A:visited {
	text-decoration: underline;
	color: #A74282
}
 A:hover {
	text-decoration: : none;
	color: #A74282
}