/* CSS Document */
body{
	background-color:#000;
}

.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EEEEEE;
	text-decoration:none;
	
}
a{ color:red; text-decoration:none}
a:hover{text-decoration:underline;}
#smallTats{
	width:3.3em;
	border:1px solid black;
}
#smallTats:hover{
	border:1px solid gold;
}

#largeTat{
	
	border:2px outset #999999;
}
.tattable table{
	width:300px;
}