p.header
{
 color:navy; 
}
p
{
  font-family: verdana;
  font-size:8pt;
}
p.caption
{
  font-family: verdana;
  font-size:12pt;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
 }
td.nav 
{ 
    background-color :333333;
} 
td.nav a {
	font-family :Verdana, Tahoma, Arial ;
	font-weight : normal;
	color : white;
	text-decoration : none;
        width=100%;
        height=100%;
	font-variant : small-caps
} 
td.nav a:hover 
{
	text-decoration : none;
	font-weight : normal;
	color : white;
	background-color : #993300;	
}
.copyrightlayer
{
	  position:relative; 
	  top:200; 
	  left:5; 
	  z-index:2;
	  font-size: 80px;
	  font-weight: bold;
	  color:red;
}

@media screen { 
   .dontshow { 
      display: none; 
   } 
} 
 