/* CSS Document */ 
/*B O D Y*/
html, body
	{
      background: #1E3603;
      color: FFFFFF;
      font: bold 10px Tahoma, sans-serif;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	} 
a img, a:link img, a:visited img, a:hover img { border: 0; text-decoration: none; }   
/*B O D Y*/   
.content
	{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
	}                                                                      
.validation
	{
		text-align: center;
	}	
/*L I N K*/		
.link
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
.link:hover 
	{
   color: #FFFFFF;
   text-decoration: underline;
	}	
/*L I N K*/		