body, html 	{

	margin: 0px;
	padding: 0px;
}

body 	{
	margin: 100px 0 0 0;
	text-align: center;
	background-color: #FFF;
}

p 	{
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	padding-top: 20px;
	padding-right: 20px;
	text-align: center;
}

a:link		{color:#000; text-decoration: underline;} 
a:visited	{color:#000; text-decoration: underline;} 
a:hover		{color:#FFF; text-decoration: none; background-color:#FE9A00;}
a:active	{color:#000; text-decoration: none;} 