/* CSS Document */

body { 
	font-family: Impact;
	color: #666666;
	background-color:ffffff;


}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #00cc33;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}
