@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C3;
	font-weight: bold;

}
p {
	font-size: 14px;
	color: #666;
	line-height: 120%;
}
a:link {
	color: #030;
}
ul {
	font-size: 14px;
	color: #666;
	line-height: 150%;
}
h2 {
	color: #390;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}
ul li strong {
	color: #030;
}
a:hover {
	color: #606;
	text-decoration: none;
}
#footer {
	background-color: #fff;
}
