

body {
    font-family: "Arial Narrow";
	font-size: 20px;
	color: black;
}
.header {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: black;
	font-weight: bold;
	
}
.h2 {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: black;
	font-weight: bold;
}
.h3 {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: black;
	font-weight: bold;
}
a:link {
	font-family: "Arial Narrow";
	color: black;
	text-decoration: underline;
	font-size: 18px;
}
a:visited {
	font-family: "Arial Narrow";
	color: black;
	text-decoration: underline;
	font-size: 18px;
}
a:hover {
	font-family: "Arial Narrow";
	color: #cc9966;
	text-decoration: underline;
	font-size: 18px;
}







