body {
	background-color: #E1E1E1;
	background-repeat: repeat-y;
	background-position: center 0%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #4f4e4b;
}

a { color: #000; }
a:hover {
  text-decoration: none;
  filter: alpha(opacity=66);
  opacity: .66;
  -moz-opacity: .66;
  -khtml-opacity: .66;
}
