a.menu:hover 	{ color: #FFFFFF; font-size: 11pt; font-family: Tahoma, helvetica; line-height: 18pt; font-weight: bold; }
.menu	 	{ color: #FFFFFF; font-size: 11pt; font-family: Tahoma, helvetica; line-height: 18pt; text-decoration: none }

p 		{ color: #000000; font-size: 9pt; font-family: Tahoma, helvetica; }

.text		{ color: #000000; font-size: 9pt; font-family: Tahoma, helvetica; }
.title		{ color: #000000; font-size: 10pt; font-family: Tahoma, helvetica; font-weight: bold; }
/*
table.score	{ color: #000000; font-size: 7pt; font-family: Arial, helvetica; border: 1px solid #000000; }
table.score td	{ border: 1px solid #000000 collapse; }
*/
table.score {
	color: #000000; font-size: 7pt; font-family: Arial, helvetica;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.score td {
	text-align: center;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
	background-color: white;
}
