﻿body {
	margin: 0px;
	color: #dddddd;
	background-color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	padding: 0px;
}

#container {
	text-align: center;
}


a:link { color:#dddddd; text-decoration:underline; }
a:visited { color:#dddddd; text-decoration:underline; }
a:active { color:#dddddd; text-decoration:underline; }
a:hover {color: #dddddd;  text-decoration:underline; }