a:link { 
        color: #00F; 
		text-decoration: none
}
a:hover { 
        color: green; 
		text-decoration: underline
}
a:visited { 
        color: darkgreen; 
}
a:active { 
        color: #000000; 
}
body { 
			    
			   
			    min-width:1000px;
				max-height:1000px;
			    font-family: arial,verdana;
	}
	
 html { 
   background: url('../imagens/background.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
   min-width:1000px;
   max-height:1000px;
   max-zoom: 120%;
   mix-zoom: 80%;
   
   position: relative;
}
table{
	margin-right:15px;
}