@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.subheading {
	font-size: 16px;
	font-weight: bold;
}
.subparagraph {font-size: 14px}
.footer {font-size: 12px}