.taboo {
	background-image: url("./gfx_new/main_background.jpg");
  background-repeat: repeat-x;
	background-position: top center;
}


.small_white {
  color: #ffffff;
  font-family: "Helvetica"; 
  font-size: 8pt;
  font-weight: normal;
}

.small_grey {
  color: #C0C0C0;
  font-family: "Helvetica"; 
  font-size: 8pt;
  font-weight: normal;
}

A:link {
  font-family: Helvetica; 
  font-size: 8pt;
  color: #4BB4FD;
  text-decoration:none;
}

A:hover {
  font-family: Helvetica; 
  font-size: 8pt;
  color: yellow;
  text-decoration:none;
}

A:visited {
  font-family: Helvetica; 
  font-size: 8pt;
  color: #4978A7;
  text-decoration:underline;
}

A:active {
  font-family: Helvetica; 
  font-size: 8pt;
  color: white;
  text-decoration:underline;
}
