body, table{
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	text-align: justify;
	background: black url('images/background.jpg');
	color: white;
}

h1, h2, h3, h4, h5, h6{
	color: #2E0;
	font-family: Courier New, courier;
	margin: 0;
}

td img{
	border-width: 1pt;
	border-color: #550;
}

a {	color: #550; text-decoration: none; }
a:link {	color: #550; }
a:visited { 	color: #550 }
a:hover {	color: green; text-decoration: underline; }

dd{
   margin-bottom: 1em;
}


.dis {
	 float :right; font-size: 80%
}