
body {

	margin: 0px;

	padding: 0px;

	font-family: verdana, arial, helvetica, sans-serif;

	background: #3c8aa1;

	color: #ffffff;

	text-align: left;

	
/* part 1 of 2 centering hack */

	}


p	{

	font: normal normal normal Verdana;

	font-size: 13px;

	line-height: 120%;

	text-align: justify;

	margin: 7px;

	color: #ffffff;

	}


	a	{

	text-decoration: none;

	color: #FFffff;
	font-size: 16px;
	
	line-height: 150%;	
	
	position:relative;	
	bottom:0px;
	left:10px;
	top:50px;
	
	}

a:hover	{

	text-decoration: underline;

	}
