@charset "UTF-8"; 
#acustom1 {     
	font-size:12px;
	font-family:arial, verdana, helvetica, sans-serif;
        font-weight:600;
	text-decoration:none;
	text-align:left;
        font-size: normal;
       COLOR="#21496B"

 }
/**
The A refers to any link reference. 
Notice all your links start off as A HREF 
	LINK  defines the properties for an unvisited link. 
	VISITED defines the properties for a visitied link. 
	ACTIVE defines the properties of a currently active link. 
	HOVER defines the properties when a mouse is over a link.
**/
 
a.acustom1:link { // am un link
  font-family: Arial, Helvetica, Verdana; font-size: normal; 
  text-decoration: none; 
  font-weight:bold;
  font-size: normal;
  color: "#996600";  //  galbui
}
 
a.acustom1:visited { // l-am vizitat
  font-family: Arial, Helvetica, Verdana; 
/**  font-size: 13px; **/ 
  text-decoration: none; 
  color: "#996600"; 
  font-weight:bold
}

a.acustom1:active { // ultima vizita
  font-family: Arial, Helvetica, Verdana; 
/**  font-size: 13px; **/ 
  text-decoration: none; 
  font-weight:bold;
  color: "#996600";   
}

a.acustom1:hover {   // sunt pe el cu mouse-ul
  font-family: Arial, Helvetica, Verdana; 
  color: "#999900";
/**  font-size: 15px; **/ 
  text-decoration: underline;
  font-weight:bold;
}

/** ......... **/

#acustom2 {     
	font-size:12px;
	font-family:arial, verdana, helvetica, sans-serif;
        font-weight:600;
	text-decoration:none;
	text-align:left;
        font-size: normal;
       COLOR="#21496B"

 }

a.acustom2:link { // am un link
  font-family: Arial, Helvetica, Verdana; font-size: normal; 
  text-decoration: none; 
  font-weight:bold;
  font-size: 13px;
  color: #21496B;  //  aproape_negru
}

a.acustom2:visited { // l-am vizitat
  font-family: Arial, Helvetica, Verdana; 
  font-size: 13px; 
  text-decoration: none; 
  color: #6E6E6E; 
  font-weight:bold;
}

a.acustom2:active { // ultima vizita
  font-family: Arial, Helvetica, Verdana; 
  font-size: 13px; 
  text-decoration: none; 
  font-weight:bold;
  color: #6E6E6E;   
}

a.acustom2:hover {   // sunt pe el cu mouse-ul
  font-family: Arial, Helvetica, Verdana; 
  font-size: 15px; 
  text-decoration: underline;
  font-weight:bold;
  color: #996600;
}

/** ......... **/

#acustom3 {     
	/** font-size:12px; **/
	font-family:arial, verdana, helvetica, sans-serif;
        font-weight:600;
	text-decoration:none;
	text-align:left;
        font-size: normal;
       COLOR="#21496B";

 }

a.acustom3:link { // am un link
  font-family: Arial, Helvetica, Verdana; font-size: normal; 
  text-decoration: none; 
  font-weight:bold;
  color: "#000000";  //  negru
}

a.acustom3:visited { // l-am vizitat
  font-family: Arial, Helvetica, Verdana; 
  text-decoration: none; 
  color: #6E6E6E; 
  font-weight:bold;
}

a.acustom3:active { // ultima vizita
  font-family: Arial, Helvetica, Verdana; 
  text-decoration: none; 
  font-weight:bold;
  color: #6E6E6E;   
}

a.acustom3:hover {   // sunt pe el cu mouse-ul
  font-family: Arial, Helvetica, Verdana; 
  font-size: 15px; 
  text-decoration: underline;
  font-weight:bold;
  color: #996600;
}

/** ......... **/

#acustom4 {     
	font-size:12px;
	font-family:arial, verdana, helvetica, sans-serif;
        font-weight:600;
	text-decoration:none;
	text-align:left;
        font-size: normal;
       COLOR="#21496B";

 }

a.acustom4:link { // am un link
  font-family: Arial, Helvetica, Verdana; font-size: normal; 
  text-decoration: none; 
  font-weight:bold;
  font-size: 13px;
  color: #21496B;  //  aproape_negru
}

a.acustom4:visited { // l-am vizitat
  font-family: Arial, Helvetica, Verdana; 
  font-size: 13px; 
  text-decoration: none; 
  color: #6E6E6E; 
  font-weight:bold;
}

a.acustom4:active { // ultima vizita
  font-family: Arial, Helvetica, Verdana; 
  font-size: 13px; 
  text-decoration: none; 
  font-weight:bold;
  color: #6E6E6E;   
}

a.acustom4:hover {   // sunt pe el cu mouse-ul
  font-family: Arial, Helvetica, Verdana; 
  font-size: 15px; 
  text-decoration: underline;
  font-weight:bold;
  color: #996600;
}