a:link {
	color: #333300;
	text-decoration: underline;
} 
a:visited {
	color: #669900;
	text-decoration: underline;
}
 
a:hover {
	color: #333300;
	font-weight: bold;
	text-decoration: underline;
} 
 
body {
	color: green;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url(scout_wallpaper.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
}
	
	h1 { font-size: 200%; }
	h2 { font-size: 175%; }
	h3 { font-size: 150%; }
	
  p {
	text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12pt;
}

table {
}

