@charset "utf-8";
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
a:visited{
	color:#F60
}
.link {
	color: #09F;
}
.indent {
	margin-left: 10%;
}
.darktext {
	color: #333;
}	
.small {
	font-size: 80%;		
}
.smaller {
	font-size: 70%;
	text-align: right;
}
h1 {
	color: #ffffcc
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
