@charset "utf-8";
/* CSS Document */
body { margin: 0px; }
.logo {
	margin-left: 25px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;	
	margin: 20px;
	width: 75%;
}	
#footer {
	font-family: Arial, Helvetica, sans-serif;	
	margin: 15px;
	width: 75%;
	font-size: 12px;
		color: #9fa374;
}
#footer p { margin: 5px; }
h3 {
	color: #9fa374;
	font-size: 21px;
	}
h4 {
	color: #7588A3;
	font-weight: normal;
	font-size: 19px;
}		
h5 {
	color: #7588A3;
	font-weight: normal;
	font-size: 17px;
}	
ul {
	list-style-position: outside;
	list-style-image: url(http://web.archive.org/web/20110208153934/http://thesportylook.com/bullet.gif);
	list-style-type: square;
}
li { padding-bottom: 10px; }
strong { color: #75A390; }
a:link {
	color: #A37975;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A3759F;
}
a:hover {
	text-decoration: none;
	color: #A37588;
}
a:active {
	text-decoration: underline;
	color: #C1BFD4;
}
