/*
 Stylesheet designed by Martin Cunningham
 http://www.martincphoto.com
 martin@martincphoto.com
*/

BODY {
  color: #6f6f6f;
	margin-top: 10px;
}

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #000000;
	color: #999999;
  border: 1px;
  border-style: solid;
  border-color: #0000ff;
}

.headerboxText {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #0000ff;
}

.footerboxText {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #0000ff;
}

A {
	color: #999999;
  text-decoration: none;
}

A:hover {
	color: #999999;
  text-decoration: underline;
}