@charset "utf-8";
/* CSS Document */
#links2 {
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #74cd1f;
	font-weight:bold;
}
a:active {
	color: #ffffff;
} }