.Tableau { width: 400px;
                     background-color:black; 
                     border-top-width:1pt; 
                     border-right-width:1pt; 
			   border-bottom-width:1pt; 
			   border-left-width:1pt; 
			   border-top-color:#FACC2E;
			   border-right-color:#FACC2E;
			   border-bottom-color:#FACC2E;
			   border-left-color:#FACC2E;			    
			   border-top-style:solid; 
			   border-right-style:solid; 
			   border-bottom-style:solid; 
			   border-left-style:solid;
               margin:10px;
				padding: 10px;
			   font-family:Arial,sans-serif;
			   font-size:10pt; 
			   font-color:#FACC2E;   		   
}

.Forms {
font-family:Arial; 
font-size:10pt; 
color:black; 
border-width:1pt;
background: gray; 
}
input[type=submit], input[type=reset] {
 width:150px;
 margin:20px;
 cursor:pointer;
background: #FACC2E;
border-top-width:1pt; 
               border-right-width:1pt; 
			   border-bottom-width:1pt; 
			   border-left-width:1pt; 
			   border-top-color:#FACC2E;
			   border-right-color:#FACC2E;
			   border-bottom-color:#FACC2E;
			   border-left-color:#FACC2E;			    
			   border-top-style:solid; 
			   border-right-style:solid; 
			   border-bottom-style:solid; 
			   border-left-style:solid;
 }