body { 
    font: 12pt Tahoma;
    margin: 5px;
   }
   table { font: 10pt Tahoma; }
   tr { font: 10pt Tahoma; }
   td { font: 10pt Tahoma; color: #101010}
   th { font: 10pt Tahoma; }
   a:link {
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
}
   a:visited {
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
   a:active { text-decoration: none; }
   a:hover { text-decoration: underline; }

.copyright
{ font-family: tahoma, arial, san-serif;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
}

.headline
{
	font-family: tahoma, arial, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color: purple;
}
.navbar A
{ font-family: tahoma, arial, sans-serif; 
  font-size: 11px;  
  font-weight: bold;  
  color: #202020; 
}
.navbar A:hover
{ font-family: tahoma, arial, sans-serif; 
  font-size: 11px;  
  font-weight: bold;  
  color: #505050; 
  text-decoration: underline;
}
.navbar A:active
{ font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #D0D0D0;
}
.navbar A:link
{ font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000000; 
}