/* main settings */
body {
  font-family: Verdana,Arial,Helvetica,sans serif;
  font-size: 10px;
  background-color: #FFFFFF;
  color: #000000;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
}

.grey A:link, A:visited, A:active, A:hover {
  background-color: transparent;
  color: #ff0000;
  text-decoration: underline;
  font-weight: normal;
}

a:link, a:visited, a:active {
  background-color: transparent;
  color: #0A1E28;
  text-decoration: underline;
  font-weight: normal;
}
a:hover {
  background-color: transparent;
  color: #521C18;
  text-decoration: none;
}

#content {
	width: 550px;
	text-align: left;
}

img {
	border: none;
}
