
body {	background-color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFF00;
	}

.navlinks {font-size : 0.8em;
	background-color : black;
	padding : 5px;
	color : yellow;
}

.logo {
	vertical-align: center;
	padding : 5px;
	background-color : black;
	color : #FFFF00
}

p, ul, ol {
	background-color : white;
	color : black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
}

table {
	background-color : white;
	color : black;
}


table.headtable {
	border-top-style: double;
	border-top-width : thick;
	border-top-color: silver;
	border-left-style: double;
	border-left-width : thick;
	border-left-color: silver;
	border-right-style: double;
	border-right-width : thick;
	border-right-color: silver;
}

table.navtable {
	border-left-style: double;
	border-left-width : thick;
	border-left-color: silver;
	border-right-style: double;
	border-right-width : thick;
	border-right-color: silver;
}
table.content {
	border-bottom-style: double;
	border-bottom-width : thick;
	border-bottom-color: silver;
	border-left-style: double;
	border-left-width : thick;
	border-left-color: silver;
	border-right-style: double;
	border-right-width : thick;
	border-right-color: silver;
}
table.footer {
	border-bottom-style: double;
	border-bottom-width : thick;
	border-bottom-color: silver;
	border-left-style: double;
	border-left-width : thick;
	border-left-color: silver;
	border-right-style: double;
	border-right-width : thick;
	border-right-color: silver;
}
.menu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	background-color : black;
	color : gold;
	text-align : left;
}

.tabs {
	background-color : black;
	color : #FFFF00;
	padding : 12px;
	text-align : left;
}

table.hidemenu {
	visibility : hidden;
	position : absolute;
	border : 0px;
	line-height : 15px;
	padding : 5px;
}

img {
	border : 0px;
}

a { color: gray;
}

a:visited { color: gray;
}

a.noDecor { text-decoration : none;
}

.box{
	background-color: white; 
	border-style : double;
	border-width : thick;
	border-color: silver;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	margin : 2px;
	padding : 5px;
	width : auto;
	color : black;
	text-align : left;
}
.footer { background-color : black;
	color : yellow;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
}