@import url("tg.css");
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #330000;
	text-decoration: none;
	background-color: #BDDAF6;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}
