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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color: #BDDA1E;
}
a:hover {
	text-decoration:underline
}

