/*
JBE-sitestyle
*/

BODY {
	color : White;
	background : Black;
	font-family : monospace;
	background-image : url(images/Background.png);
	background-color : Black;
}

TABLE.page {
	WIDTH:100%;
	font-family : monospace;
}

TABLE.navbar {
	width : 80%;
	text-align : left;
	margin-left : 10%;
	font-variant : small-caps;
	font-family : monospace;
}

THEAD.page {
  height: 70px;
}

TD.bodytext {
	height : 80%;
	text-align : left;
}

TD.navbar {
	text-align : left;
}

TABLE.news {
	width : 90%;
}


TD.navbarbottom {
	text-align : center;
	width : 20%;
}

H1 {
	text-align : center;
}
A.navbar:HOVER {
	color : Lime;
}

A.navbar:ACTIVE {
	color : Red;
}

A.navbar {
/*	font-variant : small-caps; */
	font-weight : bolder;
	color : Yellow;
}

A {
	color : Yellow;
}

A:HOVER {
	color : Lime;
}

A:ACTIVE {
	color : Red;
}

TFOOTER.page {
 height : 15%;
}


