a:link {color:#FFFFFF;}    /* unvisited link */
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */
a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */
body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #E6E6E6;
	background-color:#003B6B;
}
h1{
	color: white;
	text-decoration:underline;
	text-shadow: 1px 1px #008AB8;
	font-size: medium;
}
h2{
	font-size: medium;
}
h3{
	font-size: small;
}
table.score {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	table-layout: auto;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
table.score th {
	background-color: #E6E6E6;
	text-align: center;
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
table.score td {
	background-color:white;
	padding: 7px 17px 7px 17px;
	color: #669;
}
table.score tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}
table.event {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
table.event th {
	background-color: #E6E6E6;
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
table.event td {
	background-color:white;
	padding: 7px 17px 7px 17px;
	color: #669;
}
.qty {
	color: #FFFFFF;
	background-color : #007399;
	border: 2px solid #33CCFF;
	width: 50px;
	text-align: center;
}
.total {
	color: #FFFFFF;
	background-color : #007399;
	border: 2px solid #33CCFF;
	width: 50px;
	text-align: center;
}
.name {
	color: #FFFFFF;
	background-color : #007399;
	border: 2px solid #33CCFF;
	width: 100px;
}
.name2 {
	color: #FFFFFF;
	background-color : #007399;
	border: 2px solid #33CCFF;
}
.buttdiv {
	color: #FFFFFF;
	background-color : #007399;
	border: 2px solid #33CCFF;
	width: 154px;
}
.buttonface {
	width: 150px;
	font-weight: bold;
	border-style: none;
	color: #FFFFFF;
	background-color: #007399;
	
}
