div,td,th,tr,table,input,li,ul,form,body,a,b,i,h1,h2,h3,h4,h5{
	font-family: Arial, Helvetica, Swiss, sans-serif;
	color : silver;
}

BODY { 	background-color: black;
			}
			
H5 {	font-size: 16px;
			font-style: italic;
			font-weight: normal;
			font-variant: normal;
		}

A:link {	color: silver; }
A:visited {	color: silver; } 
A:active {	color: #C80000; } 
A:hover {	color: #C80000; } 


.butt {
color: black;
font-size: 8pt;
background-color: #eee; 
border:1px solid silver;
}
.select {
color: black;
font-size: 8pt;
background-color: white; 
}
.label {
color: silver;
font-size: 10pt;
font-weight: bold; 
}
	
