html, body, td {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

table.body {
	border: 1pt dotted white;
	margin: 5 5 5 5;
	padding: 15 15 15 15;
	background-color: #020202;
}

td.title {
	border-bottom: 1pt dotted white;
	font-weight: bold;
	text-align: center;
}

img.border{
	border: 1pt solid white;
}

a{ 
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}