/**
* CSS
* 
*/


body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	text-align: justify;
}


a:link {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}


h1 { 
	font-size: 32px; 
	color: #990000;
}

td {
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 0px
}
