body {
	font-family: Arial, Helvetica, sans-serif;
	/* background-color: #000066; */
	/* color:#CCCCFF; */
	background-color: #16436e;
	color:#b9dafa;
	background-image: url(../images/icebackground.jpg);
}

h1 {
	color:#FFFFFF;
}


.superhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
}
.headlinetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #CCCCFF;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	color: #FFFFFF;
}
.headlinetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #CCCCFF;
}
.headlinetextlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #CCCCFF;
}
.calendarday {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #CCCCFF;
	text-align: center;

}
.calendardate {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #CCCCFF;
	text-align: center;

}
.calendarmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
}
.calendarpractice {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9999FF;
}
.calendargame {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #6600FF;
	background-color: #FFFFFF;
}
.calendartourney {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0066FF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.calendarholiday {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D80048;
	text-align: center;
	vertical-align: middle;
}
.calendarsunday {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CC00;
	text-align: center;
	vertical-align: middle;
}

.bodytext {
	/* font-family: "Times New Roman", Times, serif; */
	font-size: small;
	font-style: normal;
	color: #b9dafa;
}
.footerupdated {
	/* font-family: "Times New Roman", Times, serif; */
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	color: #CCCCFF;
}
.background {
	background-color: #000066;
}

a:link {

	color: #9999FF;
}

a:visited {
	 color:#FFCCFF;
}


