
@import url("header.css");
@import url("menulink.css");
@import url("content.css");


html {
	height:100%;
	font-size:100%;
	overflow:auto;
	color:white;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	color:#444;
	font-size:13px;
	font-family:Arial, Verdana, sans-serif;
	background-color:#000;
}
a {
	color:white;
	text-decoration:underline;
}
h2 {
	margin-top:2em;
}
#flashcontent {
	overflow:hidden;
}
#noflash {
	margin:0px;
}



p { line-height:20px; }