body {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: verdana, Arial, Helvetica;
	font-size: 12px;
	}

th, td, input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
	
	/* General linkology */
	
a:link, a:visited {
	text-decoration : none;
	color: #000099;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: #0000FF;
	background: transparent;  
}

h1 {
	font-size: 12px;
	line-height: normal;
	color: #1E24A0;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica";	
}
