@charset "utf-8";
/* CSS Document */

a:link {
	font-family:inherit;
	font-size:inherit;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family:inherit;
	font-size:inherit;
	text-decoration: none;
	color: #FFF;
}
a:hover {
	font-family:inherit;
	font-size:inherit;
	text-decoration: none;
	color: #666;
}
a:active {
	font-family:inherit;
	font-size:inherit;
	text-decoration: none;
	color: #FFF;
}

.stdFont {
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
}
.resultsFont {
	font-size:12px;
}
.resultsSubHead {
	font-size:16px;
	font-weight:bold;
}
.resultsHeader {
	font-size:24px;
	font-weight:bold;
}
.resultsHeader33 {
	font-size:20px;
	font-weight:bold;
}
.playersName {
	font-size:12px;
}
.PageNumbers {
	font-size:14px;
}
.cardHeader {
	font-size:24px;
}
.cardDetails {
	font-size:14px;
}
.cardScores {
	font-size:36px;
}
.galleryFont {
	font-size:12px;
}
.galleryHeader {
	font-size:20px;
}
.gallerySubHeader {
	font-size:16px;
}
.welcome {
	font-size:14px;
	font-weight:bold;
}
.welcomeHead {
	font-size:20px;
	font-weight:bold;
}
.welcomeRed {
	text-decoration:line-through;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#F00;	
}

.wanted {
	font-size:14px;
}
.wantedRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #F00;
	text-decoration: line-through;
}
.smallLinx {
	font-size:10px
}