body {
	font-family:Arial, Helvetica, sans-serif;
	color: white;
!	background-color:black;
	font-size:10px;
}
table {
	border: none;
	width: 100%;
	text-align:justify;
	font-size:10px;
}
p {
	text-align:justify;
}
a {
	font-weight:bold;
}
a:link {
	text-decoration:none;
	color: #cccccc;
}
a:visited {
	text-decoration:none;
	color: #bbbbbb;
}
a:hover {
	text-decoration:underline;
	color: #ffffff;
}
a:active {
	text-decoration:none;
	color: $cccccc;
}