/* NJK-Stylesheet */

*
{  
	font-family: Verdana; 
	font-size: 16px; 
	margin-left: 0;
}
h1  	
{ 
	font-size: 20px; 
	text-align: center;
	margin-bottom: 0;
}
h2  
{	
	font-size: 18px; 
}
h3	
{ 	
	font-size: 16px; 
}
table   
{ 	
	border:1; 
	border-collapse: collapse; 
}
.centered-table
{
	width: 900;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	position: fixed;
	top: 0;
	width: 100%;
	border: 1px solid blue;
	background-color: rgb(255,255,229);
}    
.main
{
	position: relative;
	margin-top: 220px;
	margin-left: 10px; 
}
.menu
{
  	width: 100%;
  	list-style: none;
	margin: 0;
}
.menu li 
{
 	display: block;
 	padding: 2px 2px;
 	float: left;
 	text-align: center;
}
.menu a 
{
  	color: black;
}
.menu a:hover 
{
  	background: #ddd;
}

