table.fullScreen {
  width: 100%;
  height: 100%;
  padding: 0 px;
  margin: 0 px;
  border: 0px solid #000000;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.mainBody {
  width: 1024px;
  padding: 0px;  
  margin: 0px;
  border: 0px solid black;
  border-collapse: collapse;
  color: red;
  background-color: black;
}

td.banner {
  vertical-align: top;
  text-align: right;
  padding: 0;
  margin: 0;
}

#content {
  width: 600px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  line-height: 120%;
  font-size: small;
  text-align: justify;
  vertical-align: top; 
  margin-left: 20px; 
  padding: 10px 10px 10px 10px; 
  border: 0px solid black;
  color: black;
  background-color: white;
}

#links {   
  width: 224px;
  vertical-align: top; 
  padding-left:2px; 
  padding-right:4px; 
  padding-top:1px; 
  padding-bottom:1px; 
  border: 0px solid #000000;
}

#footer {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: xx-small;
  vertical-align: top; 
  text-align: center;
  color: black;
  border: 0px solid #000000;
  border-top: 2px solid #000000;
  padding: 20px;
  background-color: #DDDDDD;
}

#sponsor {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  vertical-align: top; 
  font-size: 14px;
  text-align: center ;
  color: white;
  padding: 0px;
  width: 200px;
  border: 0px solid black;
  border-collapse: collapse;
}

#sponsorText {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  vertical-align: top; 
  font-size: 15px;
  text-align: center ;
  text-indent: 0px;
  color: white;
  padding: 0px;
  padding-top: 50px;
  width: 200px;
  border: 0px solid black;
  border-top: 10px solid #660066;
}

img.sponsorImage {
  text-align: center;
  border: 0px solid black;
}

a, a:active, a:visited {
  color: #660066; text-decoration: underline
}

a:hover {
  text-decoration: none
}

h1 {
  font-size: 22px; margin-bottom:15px; margin-top:15px; font-weight:bold; 
  color: #4F004F;
}

h2 {
  font-weight: bold; font-size: 18px;  margin-top:20px;
  color: #4F004F;
}

h3 {
  font-weight: bold; font-size: 14px;  margin-top:20px; margin-bottom:15px; font-style: italic;
  color: #4F004F;
}

h4 {
	font-weight: bold; font-size: 14px
}

li {
  line-height: 150%;  
  margin-bottom:10px; 
}

a:link.menuItem, a:visited.menuItem {
  display: block;
  font-size: 20px;
  padding: 1mm;
  color: orange;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  border: 1px solid black
}

a:hover.menuItem {
  background-color: orange;
  border: 1px solid white;
  color: white;
}

a:active.menuItem {
  background-color: #E63700;
  border: 1px solid #360800;
  color: black;
}

div.menuItem {
  margin-top: 1mm;
  width: 224px;
}

li.compactLi {
   margin-bottom: 0px;
   margin-top: 0px;
}
   @media screen, projection {
     body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
     }
   }
   @media print {
     #sponsor     { display: none; }
     #links       { display: none; }
     #footer      { display: none; }
     #content     { width: 16cm; font-family: times, serif; font-size: large; }
     noprint     { display: none; }
   }
