@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFF;
}

p{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: medium;
	color: #FFF;
	font-style: normal;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #339;
}
