table {
	border-collapse:collapse;
	border:1px solid #999;
	margin:0 auto;
}


tbody { 
	background:#2B3856;
}

th,td {  
	padding:7px ;  
	text-align:left;
	font-family:Verdana;
	color:white;
} 
td.center
{
	text-align: center;
}

  

body{
			background-position:center;
			background-image:url(img/background_c.jpg);
			background-position:center;
			background-repeat:no-repeat;
			background-attachment:fixed;
			background-size:cover;		
}

h1{
	font-family: Verdana;
	color:white;
}
h1.center{
	text-align: center;
}


h2{
	font-family: Verdana;
	color:white;
}

h2.center{
	text-align: center;
	color:white;
}

p{
	font-family: Verdana;
}

a{
	font-family: Verdana;
}



/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: #0000FF;
}

.menu{
	font-family: Verdana;
	font-weight: bold; 
	font-size: 1.2em;
}

li{
	color: lightgreen;
	font-family: Verdana;
	font-size: 1.3em;
	 padding: 10px;
}

ul{
	list-style-type: square;
    padding: 1px;
    margin: 30px;
}


li.white{
	color: white;
	font-size: 1em;
	 padding: 3px;
}

/*ul.white{
		color: white;
}*/

.central{
	text-align: center;
}

.greyBorder{
	border: 10px solid grey;
}