/* CSS Document */

a:link {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

a:hover {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}

.table:link {
	color: white;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:16px;
}
.table:visited{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:16px;
}

.table:hover {
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size:16px;
}

#table {
color:#FFFFFF;
}
