a 	{
	text-decoration:none; 
	font-family:lucida sans, tahoma, arial; 
	cursor: url("football.cur");
	}
a:link	{color:#FF6600}
a:visited {color:#FF6600}
a:active {color:#FF0000}
a:hover {color:#FF0000}

table	{
	color: #000044;
	}

#header {
	width: 900px;
	background-color: #FF6600;
	cursor: url("bronco.cur");
	position: absolute;
	top: 15px;
	left: 15px;
	border: 3px ridge #000044;
	font-family: lucida sans, tahoma, arial; 
	color: #000044;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

	}

#footer	{
	width: 900px;
	background-color: #000044;
	color: #FF6600;
	cursor: url("bronco.cur");
	position: absolute;
	top: 108px;
	left: 15px;
	text-align: center;
	border-left: 3px ridge #000044;
	border-right: 3px ridge #000044;
	border-bottom: 3px ridge #000044;
	padding-top: 5px;
	padding-bottom: 1px;
	}

#weekly	{
	width: 150px;
	height: 73px;
	overflow: auto;
	background-color: #FF6600;
	color: #000044;
	cursor: url("bronco.cur");
	position: absolute;
	top: 136px;
	left: 15px;
	text-align: center;
	border-left: 3px ridge #000044;
	border-right: 3px ridge #000044;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#links	{
	width: 150px;
	height: 347px;
	overflow: auto;
	cursor: url("bronco.cur");
	position: absolute;
	top: 209px;
	left: 15px;
	font-family: lucida sans, tahoma, arial; 
	color: #000044;
	font-size: 12pt;
	text-align: center;
	border: 3px ridge #000044;
	padding-bottom: 15;
	padding-top: 15;
	}

#main	{
	width: 750px;
	height: 420px;
	overflow: auto;
	border-right: 3px ridge #000044;
	border-bottom: 3px ridge #000044;
	position: absolute;
	top: 136px;
	left: 165px;
	cursor: url("bronco.cur");
	font-family: lucida sans, tahoma, arial; 
	color: #000044;
	font-size: 12pt;
	text-align: center;
	padding: 20px;
	}