a {	text-decoration: none; 	}
a:link {    color: #006699; }
a:hover {   color: #EE0000; text-decoration: underline; }
a:active {  color: #FF00FF; text-decoration: underline; }
a:visited { color: #888899; }
/*ccccdc*/

BODY {
	text-align: center;
	line-height: 120%;
	letter-spacing: 0.1em;
	background-color: #000000;
	font-style: italic;
	color: #999999;
}

