a:link, a:active, a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}

h1 {
	color: #663300;
	font-family: "Gill Sans", "Trebuchet MS", Verdana ;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.stdText {
	color: #663300;
	font-family: "Gill Sans", "Trebuchet MS", Verdana ;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}

.stdTextCenter {
	color: #663300;
	font-family: "Gill Sans", "Trebuchet MS", Verdana ;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}

.footer, .footer a {
	color: #663300;
	font-family: "Gill Sans", "Trebuchet MS", Verdana ;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}