@charset "iso-8859-2";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	text-align:center;
}

a {
	font-family: Times New Roman, Times, serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
body,td,th {
	color: #FFF;
	font-family: Times New Roman, Times, serif;
}

a.nov:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}
a.nov:active {
	color: rgb(0,0,0);
	text-decoration: none;
}
a.marq:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}
a.marq:active {
    color: rgb(255,255,255);
	text-decoration: none;
}