A:visited {
	font-family : arial;
	font-size : 11px;
	text-decoration: none; 
	font-weight: normal;
    color: #000000;
	}
	
A:link {
	font-family : arial;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
	
A:hover {
	font-family : arial;
	font-size : 11px;
	text-decoration: underline;
	color:#336633; 
	font-weight: normal;
	}
	
A:active {
	font-family : arial;
	font-size : 11px;
	text-decoration: none; 
	color:#000000; 
	font-weight: normal;
	}
	
td, input, select, Textarea {
	font-size : 11px;
	font-family : arial;
	color : #000000;
	}	
