body {
	background-color:	#FFFFFF;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-position:	top right;
}


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

table {
	color:			#A0A0A0;
	font-family:		Tahoma,Arial,Verdana,Helvetica;
	font-size:		12px;
	line-height:		15px;
}

.small {
	color:			#808080;
	font-size:		10px;
}

.big {
	color:			#A0A0A0;
	font-size:		16px;
	font-weight:		bold;
}

a:link {
	color:			#000000;
	text-decoration:	none
}

a:visited { 
	color:			#000000;
	text-decoration:	none
}

a:hover {
	color:			#ffd700;
	text-decoration:	underline	
}

a:active {
	color:			#ffd700;
	text-decoration:	none
}

a:focus {
	color:			#ffd700;
	text-decoration:	none
}


