BODY {
	background : url(images/hint1.gif);
color: #330000;
}

a:hover {
	background: transparent;

}

A:ACTIVE {
	color: #616151;
}

A:LINK {
	color: #330000;
}


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

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

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

/* Should be the same as: <table border="1" cellpadding="3" cellspacing="0" bordercolor="#99ccff">
table.border_yes {
	padding: 3px;
	border-spacing: 0px;
	border-width: 10px;
	border-color: #fff4cb;
	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;
	background : url(images/framhint1.gif);
	border : 2px Black;
color: #fff4cb
}

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

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

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

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

hr {
   color: #616151;
}
