body {
	background-image: url(background.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 30px 10px 30px;
	}
	
h2 {
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #222;
	font-size: medium;
	margin: 10px 30px 10px 30px;
	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;}