
a:active 
{
	text-decoration: none;
	font-size: 2em;
	color:#996699;
	font-family: cursive;
}

a:hover
{
	color:#996699;
	font-size: 2em;
	font-family: cursive;
}

a:link
{
	color:#996699;
	font-size: 2em;
	text-decoration: none;
	font-family: cursive;
}

a:visited 
{
	text-decoration: none;
	font-size: 2em;
	color:#996699;
	font-family: cursive;
}