body {
	font-family: arial,helvetika,helvetica;

/*	font-family: Georgia, "Times New Roman", Times, serif;
*/	font-size: 8px;
	color: #24412e;
	line-height: 30px;
	background-color: #000;
		letter-spacing: 0.5em;
}

/*
h1,h2,h3,h4,h5 {

}
.txtArialBigBold {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold;
; background-color: #FFFFFF

*/

a:link {
	color: white;	
	font-weight: bold;

		text-decoration: none;
}

a:hover  {
	color: white;

	text-decoration: underline;
/*	background-color: #000; */
	font-size: 1.2em; 
	font-weight: bold;
}


a:visited {
	color: #aaa;	

}

a:active {
	color: #000;	
	background-color: #0f0;
}

