table.card {
  width:600;
  border-style:solid;
  border-width:1px;
  border-color:#FFF3C6;
  border-collapse:inherit;
  empty-cells:show;
  margin-left:5pt;
  margin-top:5pt;
  text-align:left;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  padding-bottom:0
  }

TD {
   font-size : 80%;
   font-family : VERDANA;
   background : #CC9966;
}
 
P {
   font-size : 100%;
   font-family :  arial; 
   color : #FFFFFF;	            
}

P.bold {
  font-size : 100%;
  font-family :  arial;
  font-weight : bold; 
  color : #FFFFFF; 
}

P.news {
  font-size : 100%;
  font-family :  arial;
  font-weight : bold; 
  color : #FFFFFF;
  text-align : CENTER; 
}
 
 
IMG {
   border-style : none;
}

H2 {
   font-style : italic;
   font-weight : normal;
   font-family: "times new roman";	
   color :  #408080;
   text-align : left;
}
 
H1 {
   font-style : italic;
   font-weight : bold;
   font-family :  "times new roman";
   color :  #996600;
   text-align : center;
}                             

BODY {
   font-size : 100%;
   font-family: arial;
   background :  #FFF3C6;
   color : #FFF3C6;
}
 
ADDRESS {
   font-size : 80%;
}
 
A:visited {
   font-weight : bold;
   font-size : 90%;
   color : #FFFFFF;
   text-decoration : none;
   background: #996600
}
 
A:link {
   font-weight : bold;
   font-size : 90%;
   color : #FFFFFF; 
   text-decoration : none;
   background: #996600
}
 
A:hover {
   font-weight : bold;
   font-size : 90%;
   color : #CC9966;
   text-decoration : none;
   background: #FFF3C6
}
 
A:active {
   color : #408080; 
   text-decoration : none;
}
 
A {
   font-size : 100%;
   font-family :  arial;
   text-decoration : none;
}                                                  