@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
}
p {
	font-size: 14px;
	color: #666;
	line-height: 120%;
}
h2 {
	font-size: 18px;
	color: #390;
	letter-spacing: 5px;
	text-align: left;
}
a:link {
	color: #030;
}
a:hover {
	color: #c60;
}
#footer {
	background-color: #fff;
	text-align: center;
}
.copyright {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
}
body {
	background-color: e0f0e4;
	margin-right: 15%;
	margin-left: 15%;
	background-image: url(images/bg_rwb_1200.gif);
	text-align: center;
}
ul li strong {
	color: #030;
}
