A 
 { 
  text-decoration : underline; 
  color : blue; 
 } 
 
A:VISITED 
 { 
  text-decoration : underline; 
  color : blue; 
 } 
 
A:HOVER 
 { 
  text-decoration : underline; 
  color : red; 
 } 
 
A.nounderline 
 { 
  text-decoration : none; 
  color : #000000; 
 } 
 
A.nounderline:VISITED 
 { 
  text-decoration : none; 
  color : #000000; 
 } 
 
A.nounderline:HOVER 
 { 
  text-decoration : none; 
  color : #000000; 
 } 
 
A.navi 
 { 
  text-decoration : none; 
  color : #000000; 
 } 
 
A.navi:VISITED 
 { 
  text-decoration : none; 
  color : red; 
 } 
 
A.navi:HOVER  {
	text-decoration : underline;
	color : black;
 }

A.footer 
 { 
  text-decoration : none; 
  color : blue; 
 } 
 
A.footer:VISITED 
 { 
  text-decoration : none; 
  color : blue; 
 } 
 
A.footer:HOVER 
 { 
  text-decoration : underline; 
  color : #000000; 
 } 
 
TD 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 14px; 
 } 

td.navi {
	background-color: #0DCC11;
}
 
H1 {
    font-family: roman, 'times new roman', times, serif;
	 color : green;
}
  
.default 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 13px; 
 } 
 
.bdefault 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 13px; 
  font-weight : bold; 
 } 
 
.smaller 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 13px; 
 } 
 
.navi 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 13px; 
 } 
 
.footer 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 10px; 
 } 
 
.sectionhead 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 20px; 
  font-weight : bold; 
 } 
 
.sectionlogo 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 20px; 
  font-weight : bold; 
 }  
 .large 
 { 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 16px; 
  font-weight : bold; 
  } 
  
.menuid {
	background-color: #336699;
	color : white;	
	font-weight : bold;
}

.menuitem {
	background-color: #e9e9e9;
	color : blue;	
	font-weight : bold;
}


}
.unitext {
	unicode-bidi: bidi-override;
}

  
code {color:purple} 
tt   {color:green} 
samp {color:navy} 
pre1  {color:maroon} 
