a.menu:link { 
	TEXT-DECORATION: none
 }
a.menu:hover {
	BACKGROUND-COLOR: #000000; 
	CURSOR: crosshair; 
	TEXT-DECORATION: none;
	font-style: normal ; 
	color: #009999
}

a.aff:link {
	TEXT-DECORATION: none
}

a.aff:hover { 
	BACKGROUND-COLOR: #000000;
	CURSOR: crosshair; 
	TEXT-DECORATION: none; 
	font-style: normal ; 
	color: #009999 }

body { 
	background-color: rgb(0, 0, 0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3366ff;
	}
a:link {
	text-decoration: none;
	cursor: crosshair;
	color: #3366ff;
}
a:visited {
	text-decoration: none;
	cursor: crosshair;
	color: #3366ff;
}
a:hover {
	cursor: crosshair;
	font-style: normal;
	text-decoration: underline;
	color: #ff3333;
}
.red {
	color: #ff3333;
}

.lucida {
	font-family: Lucida Handwriting, Lucida Sans, Verdana, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #3366ff;
} 
.lucida-title {
	font-family: Lucida Handwriting, Lucida Sans, Verdana, sans-serif;
	font-size: 200%;
	text-align: center;
	color: #3366ff;
} 
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.emph {
	font-family: Times New Roman, Times, Serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold
}
.definition {
	font-family: Times New Roman, Times, Serif;
	font-size: 14px;
	font-style: italic;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
h3 {
	font-family: Lucida Handwriting, Wendy Medium, Verdana, sans-serif;
}