body {  background-color: GainsBoro; font-family: Arial; text: Black}
a {  font-weight: normal; text-decoration: none; color: Black}
a:hover {  text-decoration: none; color: Red}

.txt8{
	font-family: Arial;
	font-size: 9px;
	color: Black;
	font-weight: normal;
}

.txt8b{
	font-family: Arial;
	font-size: 9px;
	color: Black;
	font-weight: normal;
}

.txt10{
	font-family: Arial;
	font-size: 10px;
	color: Red;
	font-weight: normal;
}

.txt10b{
	font-family: Arial;
	font-size: 10px;
	color: Black;
	font-weight: normal;
}

.txt10f{
	font-family: Arial;
	font-size: 10px;
	color: Black;
	font-weight: bold;
}

.txt10x{
	font-family: Arial;
	font-size: 10px;
	color: SpringGreen;
	font-weight: normal;
}

.txt10w{
	font-family: Arial;
	font-size: 10px;
	color: White;
	font-weight: normal;
}

.txt10error{
	font-family: Arial;
	font-size: 10px;
	color: Red;
	font-weight: Bold;
}

.txt10dark{
	font-family: Arial;
	font-size: 10px;
	color: forestgreen;
	font-weight: Normal;
}

.txt10quote{
	font-family: Arial;
	font-size: 10px;
	color: Yellow;
	font-weight: bold;
}

.txt16{
	font-family: Arial;
	font-size: 16px;
	color: DarkRed;
	font-weight: Bold;
}

.txt20{
	font-family: Arial;
	font-size: 20px;
	color: DarkRed;
	font-weight: Bold;
}

.scoreTotal{
	font-family: Arial;
	font-size: 60px;
	color: Yellow;
	font-weight: Bold;
}

.txt12{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}

.border1{
	border : 1px solid Black;
}

.underline{
	text-decoration: underline;
}

.borderTop{{
	border-top-style: solid;
	border-top-width: 1;
}

.borderSide{{
	 border-left-style: solid;
	 border-left-width: 1;
	 border-left-color: Black;
	 border-right-style: solid;
	 border-right-width: 1;
	 border-right-color: Black;
}

.formField{{
	 font-size: 10px;
	 color: Black;
	 background-color: white;
	 border: 1px solid red;
}

.thinLine{
	font-size: 1px;
}

.forumMain{
	background-color: Black;
}

.forumMenu{
	background-color: DarkSlategray;
}

.scoreBg{
	background-color: DarkGreen;
}

.frameBg{
	background-color: White;
}

.frameHead{
	background-color: GainsBoro;
}

.frameEnd{
	background-color: Silver;
}