
a:link {text-decoration:none}    /* unvisited link */
a:link {color: #643694}
a:visited {text-decoration:none} /* visited link */
a:hover {text-decoration:none}   /* mouse over link */
a:active {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}  /* selected link */

.style1 {
	font-size: 36px;
	color: #FFFFFF;
}

.heading {
	font-size: large;
	font-weight: bold;
}


.style6 {
	color: #999999;
	font-weight: bold;
	font-size: medium;
}
