body {
  background-color: #E9E7E5;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  MARGIN: 2px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #5388B4;
  SCROLLBAR-ARROW-color: #fcdc43;
}

A:link { color: #000000;
	background: transparent;
	text-decoration: none;
	 }
	 
A:visited { color: #000000;
	background: transparent;
	text-decoration: none;
	}
A:active { color: #000000;
	background: transparent;
	text-decoration: none;
	 }			

a:hover {
  color: #EB7C22;
  text-decoration: none;
}

a.1{
   color: #4343F7;
   text-decoration:none
}
      
a.2{
  color: #4343F7;
  text-decoration:underline;
}