body { 
 
	font-family : Arial, Helvetica; 
 
	font-size : 10px; 
 
	background-color : rgb(255,255,255);
	  
	color: rgb(0,0,0);
	
	
}

a:link {
	color : rgb(0,0,255);
	text-decoration:none;
}

a:visited, .out {
	color : rgb(0,0,255);
	text-decoration:none;
}

a:hover {  
	color:red; 
	text-decoration:underline; 
}
 
div,table,thead,tbody,tfoot,tr,th,td,p { 

	font-family : Arial;
	
	font-size : 12px; 
	
	border-color : black; 
		
}

h1 {
	
	font-size : 18pt;
}

h2 {
	
	font-size : 14pt;
}

.text {
	font-family : Arial;
	
	font-size : 12px;
	
	text-align: justify;
}

.small {
	font-size : 10px;
	text-align: justify;
}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 10px;
	
	color: #000000;
}

.button {
	font-family: Arial, Hevlvetica, sans-serif;
	
  	text-align: center;
  	
  	font-size: 11px;
}
