﻿@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	height:100%;
	width: 100%;
	background-color:#000000;
	
	font: normal 0.7em "verdana";
	background: #000000;
	color: #ffffff;
}

#noscript{
	text-align:center;
}

#header {
	font-size: 2em;
	margin-top: 10px;
	top: 0px;
	color: #ffffff;
}

#highlight {
	color:#DC251F;
}
