﻿html,body
{
	height:100%;
}
body.home
{
	height:auto;
	margin:10px;
	background:#fff;
	font:11pt Arial,sans-serif;
}
body.light,body.simple
{
	margin:auto;
	text-align:center;
	background:#ccc;
}
body.dark
{
	margin:auto;
	text-align:center;
	background:#141414;
}
#logo
{
	border:0;
}
h3
{
	margin-top:30px;
}
li.sample
{
	margin-top:15px;
}
a.sample
{
	font-weight:bold;
}
.table
{
	width: 100%;
	height: 100%;
	border: thin none #000000;
	background-color: #000000;
}
.menus
{
    width: 200px;
    height: 100%;
	border: thin none #000000;
}

.spacer
{
    width: 9px;
    height: 100%;
	border: thin none #000000;
}    

body 
{
	background-color: black;
	color: #B8AB8B;
	font-family: "Rockwell","tahoma","verdana","sans-serif";
	font-size: 10
}  
	
a 
{ 
	color: #006699; font-weight:bold;
}

:hover 
{ 
	text-decoration: 
	underline;
	background-color: black;
	color: #B8AB8B;
	font-family: Rockwell, tahoma, verdana, sans-serif";sansserif;
    font-size: 12
}     