/*
css for Alex Berg's pages.  

sans serif font, 
bg color white
text color black
link colors, no link underlining 
*/

BODY {
  font-family     : Arial, Helvetica,Lucida,'sans serif',sans-serif;
  color           : #101010;
  background-color: #EEEEEE;
}


table {
  border-collapse: collapse;
}

A:link {
  text-decoration :       none;
  font-weight     :       normal;
  color           :       #4040AA;
}

A:active {
  text-decoration :       none;
/*  font-weight     :       bolder; */
  color           :       #60AA60;
}

A:visited {
  text-decoration :       none; 
  font-weight     :       normal;
  color           :       #6040CC; 
} 
              
A:hover { 
  text-decoration :       none; 
/*  font-weight     :       bold; */
  color           :       #55CC44;
}

.image_link A:link {
  text-decoration :       none;
  font-weight     :       normal;
  color           :       #666666;
}


.image_link A:visited {
  text-decoration :       none; 
  font-weight     :       normal;
  color           :       #777777; 
} 

.image_link A:hover { 
  text-decoration :       none; 
/*  font-weight     :       bold; */
/*  color           :       #222222; */
  color           :       #55CC44;
}

ul.leaf {
list-style-image: url("/leaf_color4.png");
}
