<style type="text/css">
   a { font: x-small arial; color: #3333cc }
   a:link { color: #3333cc }
   a:visited { color: #3333cc }
   a:hover { color: #0066cc }
   a:active { color: #0066cc }

   a.small{ font: xx-small arial; color: #3333cc }
   a.small:link { color: #3333cc }
   a.small:visited { color: #3333cc }
   a.small:hover { color: #0066cc }
   a.small:active { color: #0066cc }
   
   a.menu { font: bold x-small arial; text-decoration: none; color: #c0c0c0 }
   a.menu:link { color: #c0c0c0 }
   a.menu:visited { color: #c0c0c0 }
   a.menu:hover { color: #e5e5e5 }
   a.menu:active { color: #d5d5d5 }

   body, td, table { font: x-small arial; color:black }
   .header { font: bold small arial; }
   .title { font: bold x-small arial; }
   .s_title { font: bold xx-small arial; }
   .fade { font: xx-small; color: gray }

   select { font-size: x-small; font-family: arial; }
   option { font-size: x-small; font-family: arial; }
   textarea { font-size: x-small; font-family: arial; }
   .txtfield { font-size: x-small; font-family: arial; }
   .button { font-size: x-small; font-family: arial; }

   .center {
	  text-align: center
   }
</style>