body {
	background-color:	black;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-position:	top right;
	border-style:		none;
}


u {	text-shadow:		red 3px 2px;
	color:			black;
}

table {
	border-style:		none;
	color:			#FDD017;
	font-family:		'Trebuchet MS';
	font-size:		12px;
	line-height:		15px;
}

.small {
	font-size:		10px;
}

a {
	outline-width:		0;
}

a:link {
	color:			#FDD017;
	font-size:		12px;
	text-decoration:	none
}

a:visited { 
	color:			#FDD017;
	font-size:		12px;
	text-decoration:	none
}

a:focus {
	color:			#FDD017;
	font-size:		24px;
	text-decoration:	none;
	border-style:		none;
}

a:hover {
	color:			#FDD017;
	font-size:		12px;
	text-decoration:	underline	
}

a:active {
	color:			#FDD017;
	font-size:		24px;
	text-decoration:	none;
	border-style:		none;
}



