a.topic
{
	text-decoration: none;
	color: white;
}

a	
{
	text-decoration: none;
	color: khaki;
}

a:hover 	
{
	text-decoration: underline;
	color: GreenYellow
}

a:active 	
{
	text-decoration: underline;
	color: Yellow
}

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: white;
	background-color : DarkSlateGray;
}

.header_row
{
	position : relative;
	height: 15%
	padding: 5;
	padding-right: 20;
	background-color : DarkSlateGray;
	text-align: right;
}

.sidebar
{
	position : relative;
	padding: 5 5 5 5;
	background-color: DarkSlateGray;
	vertical-align: top;
}

.mainbody
{
	position : relative;
	padding: 5 5 5 5;
	background-color: #0f101a;
	text-color: white;
	width: 85%;
}

.status_row
{
	position: relative;
	height: 5%;
	padding: 5;
	padding-right: 20;
	background-color: DarkSlateGray;
	text-align: right;
}

pre
{
	color: silver;
	font-family: "Courier New", courier, monospace;
	font-size: small;
}

h1
{
	padding: 0 0 0 0;
	font-size: xx-large;
	font-family: tahoma, arial, serif;
	color: white;
}

ul
{
	font-family: tahoma, arial, serif;
	color: khaki;
}

img
{
	border-style: none;
}

iframe
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #0f101a;
	border-style: none;	
}