@import url('reset.css');

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

a:link, a:visited, a:active {color: #FFF; text-decoration: underline;}

a:hover, a:focus {color: #FF0000; text-decoration: underline;}