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

body {
	width:1280px;
	margin-left:auto;
	margin-right:auto;
}

p {
	font-size:8pt;
	font-family:"Century Gothic";
	color:#FFFFFF;
}

a {
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover {
	color:#FF066A;
}