body {
	background-color: black;
	color: white;
}

a:Link {color: white;}

a:Visited {color: white;}

a:Active {color: #0033FF;}

a:Hover {color: #0033FF;}

a.new:Link {color: yellow;}

a.new:Visited {color: yellow;}

a.new:Active {color: #0033FF;}

a.new:Hover {color: #0033FF;}
