

img{border: none;}


a.t:link	{
	text-decoration:	underline;
	color:	#00F0F0;
	font-size: 150%;
	}

A.t:visited{
	text-decoration:	underline;
	color:	#00F0F0;
	font-size: 150%;
	}

A.t:active{
	text-decoration:	none;
	color:	#00FF00;
	font-size: 150%;
	}

A.t:hover{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size: 150%;
	}

th{color: #FFFFFF;}
td{text-align:center;}

body{
	background-repeat: 		no-repeat;
	background-attachment:	fixed;
	background-position:	center center;
	background-color:		#000000
	}
