/* CSS Document */ 
/*B O D Y*/
html, body
	{
      background: #000000;
      color: B2B19E;
      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: #B2B19E;
	  text-decoration: none;
	}	
.link:hover 
   {
     color: #B2B19E;
	 text-decoration:underline;
   }	

/*L I N K*/		