body {
	margin: 0;
	padding: 0;
	background-color: white;
}

body, table, td, input, select, textarea {
	font-family: Verdana, Tahoma, sans-serif; 
	color: #C5C5C5; 
}

a:link {
	color: #FFCC19; text-decoration: underline;
}
a:visited {
	color: #FFCC19; text-decoration: underline;
}
a:link:active, a:visited:active {
	color: #FFCC19; text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #FFCC19; text-decoration: none;
}

a.inv:link, a.inv:visited {
	text-decoration: none;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: underline;
}


a.newsLink:link, a.newsLink:visited {
	text-decoration: underline;
	color: #302C20;
	font-weight: bold;
}
a.newsLink:link:hover, a.newsLink:visited:hover {
	text-decoration: none;
	color: #302C20;
	font-weight: bold;
}
