body {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
	background-color: #525252;
	margin: 0;
}
a:link {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}
h1 {
	font-family: "Arial Narrow";
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.degrade {
	background-repeat: repeat-x;
	background-position: top;
}
