body {
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 0;
   padding-left: 0;
   padding-right: 0;
  
   background-color: white;
   color: black;
}

 select { 
	font-size: small;
}

#topnav {
   text-align: center;
   font-family: arial,helvetica,sans-serif;
   font-weight: bold;
   font-size: smaller;

   margin:0;
   padding:0;
   clear:left;
   border-top-style:solid;
   border-top-width:4px;
   border-top-color:#C0C0C0;
   background-color:#F0F0F0;
   min-height:20px; 
}

#secnav {
   margin-top: 6px;
   text-align: center;
   font-family: arial,helvetica,sans-serif;
   font-size: smaller;
   font-weight: bold;
} 

#secnav em {
   color: red;
   font-weight: bold;
}

.crosstable {
   width: 100%;
   margin-top: 6px;
   margin-left: 4px;
   
   border-top-style:solid;
   border-top-width:4px;
   border-top-color:#F0F0F0;
   background-color:#F8F8F8;
   

}

#footer {
   margin-top: 6px;
   font-size: smaller;
   text-align: center;
   color: red;
   background-color: white;

}

.copynote {
   margin-top: 0;
   font-size: smaller;
   color: #333333;
}

.eventname {
	font-weight: bold;
	color: #3bb9d6;
	font-size: 35px;

}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #378CA1;
	}

a:link:hover, a:visited:hover {
	text-decoration: underline;
	color: red;
}

pre {
	font-family: monospace;
}
