body {background-color: #333399;
      font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
      color: Yellow;
     }

table { font-size: 10pt; }

p { font-size: 10pt;}

p.price { font-size: 14pt;
        font-weight: 600;
        color: #FF6600;
        }

p.small_text { font-size: 8pt; }
table.small_text { font-size: 8pt;}
            
a:link { color:#FFFFFF ; text-decoration: none}

a:visited { color: #FFFFFF; text-decoration: none}

a:hover { color: red; text-decoration: none}

a.left:link { color: #0000FF; text-decoration: none}

a.left:visited { color: #0000FF; text-decoration: none}

a.left:hover { color: red; text-decoration: none}

a.hdr { font-size: x-small;
           width: 100%;
	   border: thin outset;
           background-color: yellow;
           color: Blue;
         }

a:hover.hdr { 
         text-decoration: none;
	 border: thin outset;
         background-color: #FFC040;
         }
a:visited.hdr {color: Blue;
         text-decoration: none;
	 border: thin outset;
         
         }

