﻿body {
	margin: 0px;
	background-image: url('http://www.cleburnefootball.com/images/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}

#wrap  {
	width : 1000px;
	margin : 0 auto;
} 

.title {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: right;
	color: #FFFFFF;
}

.menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: right;
	color: #FFFF00;
	text-decoration: none;
}

.menu a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: right;
	color: #FFFF00;
	text-decoration: none;
}

a:link {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}

a:active {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}
.quarter {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.score {
	font-family: "Courier New", Courier, monospace;
	font-size: 50px;
	font-weight: bolder;
	color: #666666;
	text-align: center;
}

