TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

EM {
  color: #21497B;
  text-align: center;
  text-transform: capitalize;
  font-variant: small-caps;
  font-weight: bold;
}

BODY {
  background-image: url(images/stripes_gray.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

  a {
    text-decoration: none;
  }

 a:hover {
   text-decoration: underline;
  color: #FF6600;
  }

  A:link {
    	color: #0B54AE;
  }

  A:visited {
    color: #006633;
  }

  A:active {
  color: #FF6600;
}
