BODY{
  font-family : Arial,sans-serif;
  color : #000000;
  background-color : white;
  margin-top : ;
  margin-left : 5%;
  margin-right : 5%;
  margin-bottom : ;
}

<!-------------------------------------------------------------------------->
<!-- NOTE: This style sheet must be kept in synchronization with the      -->
<!--       nextevent.css file. If you make changes to any fields other    -->
<!--       than the td.schedule<snip>, then you must also make the same   -->
<!--       change to nextevent.css to maintain consistency throughout     -->
<!--       the site.                                                      -->
<!-------------------------------------------------------------------------->

a:link   	{color: #545EFA}
a:visited	{color: #44618C}
a:hover  	{color: #FF0000}
A:active    {color: #44618C}

<!-- Standalone header for the table. Currently set to be small & invisible. -->
.standardHeader {
	color: #FFFFFF;
	font-family: Arial,Verdana;
	font-size: 2pt;
	font-weight: bold;
	font-style: none;
	text-decoration: none;
	line-height: 2px;
}

<!-- Sup. rules and regulations links -->
a.schedule {
	color: #0000FF;
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
	text-decoration: none;
	line-height: 16px;
	text-decoration: none;
}

a:hover.schedule {
	text-decoration: underline;
	color: #FF0000;
}

<!-- ???? -->
a.scheduleHead {
	color: #000000;
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
	text-decoration: none;
	line-height: 16px;
	text-decoration: none;
}

a:hover.scheduleHead {
	text-decoration: underline;
}


<!-- Row #1 of the table. Contains column headings. -->
td.scheduleHead {
	color: #000000;
	font-family: Arial,Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: none;
	text-decoration: none;
	line-height: 18px;
	background: #D5D5FF;
	border-collapse: collapse; 
	border: 1px solid rgb(255,255,255);
}



<!-- Row #2, #4, #6, etc. of the table. -->
td.scheduleOne {
	color: #000000;
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: none;
	text-decoration: none;
	line-height: 16px;
	background: #E3E3FF;
	border-collapse: collapse; 
	border: 1px solid rgb(255,255,255);
}

<!-- Row #3, #5, #7, etc. of the table. -->
td.scheduleTwo {
	color: #000000;
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: none;
	text-decoration: none;
	line-height: 16px;
	background: #F3F3FF;
	border-collapse: collapse; 
	border: 1px solid rgb(255,255,255);
}


<!-- ???? -->
td.schedule {
	color: #000000;
	font-family: Arial,Verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: none;
	text-decoration: none;
	line-height: 16px;
	text-decoration: none;
}


