@media screen     
{
body
{
   font-family: "Copperplate Gothic Bold",Verdana,Arial;
   color: #FFFF00;
   background-color: #003300;
   font-size: 100%;
}
td
{
   color: #FFFF00;
}
a
{
   color: red;
}

}
@media print
{
body
{
   font-family: "Copperplate Gothic Bold",Verdana,Arial;
   color: Black; 
   background-color: White;
   font-size: 100%;
}

a
{
   color: blue;
}
}

h1
{
   font-size: 200%;
   text-align: center;
}


.standardheader
{
   font-size: 100%;
   text-align: center;
   margin: 7px;
}

tr.even
{
   background-color: #339933;
}

th
{
   text-align: center;
   background-color: Blue;
   color: white;
}                  
strike
{
   color: red;
}

