.wrapper A:link {
	color: #cc99ff;
	text-decoration: none; 
}
.wrapper A:visited {
	color: #990066;
	text-decoration: none; 
}
.wrapper A:active {
	color: #9999ff;
	text-decoration: none; 
}
.wrapper A:hover {
	color: #9900ff;
	text-decoration: none; 
}


body {
font-family:Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

.body A:link {
	color: #cc99ff;
	text-decoration: none; 
	border-bottom-style: none;
}

.body A:visited {
	color: #990066;
	text-decoration: none; 
	border-bottom-style: none;
}
.body A:active {
	color: #9999ff;
	text-decoration: none ;
	border-bottom-style: none;
}
.body A:hover {
	color: #9900ff;
	text-decoration: none; 
	border-bottom-style: none;
}


.body h2:link {
	text-decoration: none; 
}

.body h3:link {
	text-decoration: none; 
}