 body
	{
		margin: 5px;
		padding:0;
		font: arial, sans-serif;
		background-color: #FFF;
	}
	
 #container
	{
	margin: auto;
	width: 750px;
	text-align: justify;
	background-color: #FFF;
	border: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:715px;
	color: #000;
	}	


a:link 
	{
		text-decoration: none
	}
	
a:visited 
	{
		text-decoration: none
	}
	
a:hover 
	{
		text-decoration: underline;
		color: #FF0000;
	}
	
a:active 
	{
		text-decoration: none
	}
