a {
outline: 0;
}

body {
     background-color: #3399FF;
}
.style3 {
     color: #FFFFFF;
}
.style4 {
     font-size: xx-large;
     font-weight: bold;
}
.style6 {
     font-size: 14px;
     color: #000000;
}
#calendar_table {
     float: right;
     background-color: #FFFFFF;
     text-align:center;
     font-size: small;
     font-family: Arial, Helvetica, sans-serif;
     border-style: outset;
     border-width: 3px;
     margin: 0px 0px 5px 5px;
     color: #000000;
}
#calendar_head {
     background-color: #1FA5FF;
     color: #FFFFFF;
     letter-spacing: 5px;
}
.calendar_weekdays {
     width: 100px;
     font-size: small;
     border-bottom-style: solid;
}
.calendar_dates {
     height:30px;
     /*width:150px;*/
     background-color: #ffffff;
     text-align:center;
}
#calendar_today {
     font-weight: bold;
     color: #1FA5FF;
     background-color: #ff0000;
     border: 1px solid #000000;
}
a:link {
     text-transform: none;
     text-decoration: none;
     color: #000000;
}
a:visited {
     color: #000000;
     text-decoration: none;
}
a:hover {
     text-transform: none;
     text-decoration: none;
     color: red;
}
#months {
     height: 15px;
     width: 600px;
     margin: 20px auto 20px auto;
     font-weight:bold;
}
/* new div to hold the arrows and the heading */
#arrows {
     width: 800px;
     height: 100px;
     margin: 10px auto;
}
/* to float the arrows */
.imgleft {
     float: left;
	 width: auto;
}
.imgright {
     float: right;
	 width: auto;
}
/* styles the table and borders */

#maintable {
     border: 1px solid black;
     width: 1000px;
     margin: 0 auto;   /* this centers the table on the page */
     border-collapse: collapse; /*this is what stops the double border appearing on cells*/
}
#maintable td {
     border: 1px solid black;
}
/* styles the header rows */
th {
     font-family: Arial, Helvetica, sans-serif;
     color: #ffffff;
}
#footer {
	font-size: small;
	color: #1FA5FF;
	text-align: center;
	padding: 3px;
	background-color: #000000;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color:#ffffff;
	width: 995px;
	left: 203px;
	position: relative;
}
#footer a:link{
	font-size: x-small;
	color: #ffffff;
	text-decoration:none;
}
#footer a:visited{
	font-size: x-small;
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover{
	font-size: x-small;
	color:#FF0000;
}
#footer a:active{
	font-size: x-small;
	color: #ffffff;
	text-decoration:none;

}

.home {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.away {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}

