body {
	font-family: Arial, Helvetica;
	color: black;
	background-color: #d4d5d4;
	position: relative;
	margin-top: 1%;
	/*background-image: url('bak.jpg');
	background-repeat: repeat;*/
}

div.block 
{
	border: solid 1px black;
	background-color: white;
	width:  800px;
	padding: 0px;
}


h1 
{
	font-size: 30px;
	font-family: Georgia;
	color: darkgreen;
	/*border: solid 1px black;*/
    /*background-color: #2e6d34;*/
    text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
}

h2 
{
	margin-top: 50px;
	font-family: Georgia;
	text-align: center;
	color: darkgreen;
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 10px;
	margin-left: 20px;
}

h3 {
	margin-top: 20px;
	font-family: Georgia;
	text-align: center;
	color: darkgreen;
	padding: 10px
}

p {
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	color: black;
}
p.about 
{
	font-size: 14px
}
p.buttom 
{
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
	color: black;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: solid 1px black;
	padding-top: 10px;
}


a
{
	color:Black;
	font-family:Arial;
	font-size:	100%;
}

a:hover{ 	
	color: green;
}    


img.banner
{		
 	z-index: 0;
	position:relative;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	width: 802px;
}

img.teamcar {
	width: 300px;
}

#navbar { 
	background: #000000; 
	width: 802px;	
	height: 21px;	
	padding-top: 0.06cm;
} 

#navbar a{ 
 	border: 1px solid black; 
            /* top right bottom left */
    padding: 10px 13px 0px 13px;
	background: #000000; 
	color:green; 
	text-decoration:none; 
	z-index:3;	
	font-family:Arial;
	font-size:80%;
		
} 
#navbar a:hover{ 
	color: lightgreen;
}    

div.maintext {
	color: green;
	margin-top: 20px; 
	margin-left: 15px;
}

#stats table {
	border-collapse: collapse;
	background: #FFFFFF;
	border: 1px solid grey;
}

#stats td{
	border-width: 0px;
	font-size: 10px;
	color: black;

}

#stats th{
	color: #117755;
	background-color: #EEEEEE;
	border-width: 1px;
	border: 1px solid grey;

	font-size: 10px;
	text-align: left;
}