/* CSS Document */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
color: #333;
text-decoration: none;
}
a:hover {
color: #2fb7eb;
text-decoration: none;
}
a:active {
color: #333;
text-decoration: none;
}