body {
  background: #fff url(./../img/body.fyp.png);
}

p {
  color: #00a;
}
h3 {
  color: #00a;
  border-color: #00d;
  font-weight: bold;
}
h4 a {
  color: #a00;
}
h3 span a, h4 span, div#content p a {
	color: #999;
}
div#content p a:hover {
	color: #419808;
	border-bottom: 1px dotted #a2bd8c;
}

a.button {
  background-image: url(./../img/a.button.fyp.png);
	color: #000;
}
a.button:hover {
  background-image: url(./../img/a.button.fyp.png);
}
a.button span {
  background-image: url(./../img/a.button.fyp.span.png);
}