a:link {
	font-weight: normal; 
	color: #7777ff; 
	text-decoration: underline;
}
a:visited {
	font-weight: normal; 
	color: #7777ff; 
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active {
	color: #0000ff;
	text-decoration: unederline;
}

