
a{
    text-decoration: none;
	font-size: small;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #9090EE;
  font-weight: bold;
}

a:link {
	color: #9090EE;
  font-weight: bold;
}

#NavMenu a:hover {
	text-decoration:none;
}
