body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

img{
	border: none;
}

table{
	border: 0px;
}

td{
	vertical-align: top;
	horizontal-align: left;
	color: white;
	text-align: justify;
}

a:link, a:visited, a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}