body {

    font-family: Verdana, Helvetica, sans-serif; 
    
	background-color: silver;
	font-size: 9pt; 
	color:#000000;
}
#content {
	position:relative;
	width: 842px;	
	margin: 0px auto;	
	padding: 0px;	
	border: 1px solid #000000;	
	background-image: url('../images/background.jpg'); 
	margin: 0px auto;
	height:auto;
	height:100%;
	min-height:100%;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: left;
}
.style4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar a {
	text-decoration: none;
	color: black;
	}
#navbar a:hover {
	text-decoration: none;
	color:blue;
	}