﻿@charset "utf-8";
/*
BASIC.CSS
Rudimentary styling for <v5 browsers
*/

body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	background: #000000;
	color: #a5a5a5;
}

p strong, li strong {
	font-weight: normal;
	color: #fff;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #e70033;
}