@import url(layout.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
}

body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background-color: #000000;
	color: #cccccc;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 0.005em;
}

a, a:hover, a:link  {
outline-style:none;
}

