body { 
	font-family: Lucide Grande;
	color: #999999;
	background-color: #666666;
	
 
	margin:2px; 
	padding: 0px;
	text-align: justify;
	}

p { 
	padding: 0px;
	font: 11px Lucide Grande; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: center;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #33cc33;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F7F7F;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #3C9A35;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}
