a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.navbar {
	color: #ffffff;
}
.main a:link {
	color: 009900;
	text-decoration: underline;
}
.main a:visited {
	text-decoration: underline;
	color: ff99cc;
}
.main a:hover {
	font-weight: normal;
	color: 009900;
	text-decoration: underline;
}
.main a:active {
	font-weight: normal;
	color: 009900;
	text-decoration: underline;
}
.navbar a:link {
	color: #ffffff;
	text-decoration: none;
}
.navbar a:visited {
	color: #ffffff;
	text-decoration: none;
}
.navbar a:hover {
	font-weight: normal;
	color: ffffff;
	text-decoration: underline;
}
.navbar a:active {
	font-weight: normal;
	color: ffffff;
	text-decoration: underline;
}
