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;
*/
	background-color: #ffffff;
	font-style: italic;
	color: #333333;
}
.auth {
/*	text-align: right;	*/
	color: #9999aa;
	font-size: 80%;
	font-family: times,verdana,arial,helvetica,sans-serif;
}


