/* styles.css -- basic stylesheet for the Arbel Chorale website  -AW 4/2006 */

body { 
  background-color:         #FFFFFF;  /*black*/
  color: #000000;
  /* 
  font-family: 
     Palatino, "Palatino Linotype", Garamond, AGaramond, "Book Antiqua", "Century Schoolbook", Georgia, Times, "Times New Roman", serif;
	 */
}

a { color: #0044ff; text-decoration: none }
a:visited { color: #0000aa;}
a:hover { text-decoration: underline }
a:active { color: #DE0800;}

