a:hover {
   	background:#66ff33;
   }

.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #0000CC;
		}

.text	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		}

/* Main Currency */
.macu	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		}
/* Foreign currency */      
.focu	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: italic;
		font-weight: normal;
		}

/* Should be the same as: <table border="1" cellpadding="3" cellspacing="0" bordercolor="#99ccff">
table.border_yes {
      padding: 3px;
      border-spacing: 0px; 
      border-width: 2px; 
      border-color: #996699;
      border-style: solid;
}

This can be used for html debug purposes:
TABLE {border: 2px solid purple !important; 
   margin: 5px !important; border-collapse: 
   separate !important; border-spacing: 1px !important; 
   empty-cells: show !important;}
TH {border: 1px solid blue !important; 
   padding: 3px !important;}
TD {border: 1px solid red !important; 
   padding: 3px !important;}
*/


td.topic {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
        color: #ffffff;
      background-color: #669966;
}

td.content {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
}

pre  {
	font-family : monospace;
	font-size : 14px;
}

big  {
	font-size : 22px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
}

small  {
	font-size : 9px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
}

hr {
   color: #66cc66;
}

.white12b {
    font-size : 12px;
    font-family : Verdana, Arial,Helvetica,sans-serif;
    font-weight : bold;
    color: #FFFFFF;
    
}
