body {
	background-image: url("../background2.gif");
	background-repeat: repeat-y;
	background-position: center;
}
p {
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: small;
	color: #333;
	margin: 10px 10px 10px 10px;
	}
	
	li {
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: small;
	color: #333;

	}
	
h2 {
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #222;
	font-size: medium;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	}	
.style1 {
	font-size: medium;
	font-weight: bold;
}
a {
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
	color: #600;
	}
	
	a:visited {
	color: #003399
	}
	
#navbar {
	white-space: nowrap;
	  background: #DDD;}
