@charset "utf-8";
/* CSS Document */
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;;
}
a:hover {
	color:#909;
	text-decoration: underline;
}
body {
	background-color:#333;
	margin:auto;
}
table {
	background-color: #6BCDE2;
	margin:auto;
}
h3 {
	text-decoration:underline;
}
h2 {
	text-decoration:underline;
}
a.textlinks {
	color:#909;
	text-decoration:underline;
}