A:link {
	  color: white;
	  text-decoration: underline;
}

A:visited {
	  color: white;
	  text-decoration: underline;
}

A:active {
	  color: red;
	  text-decoration: underline;
}

A:hover {
	  color: red;
	  text-decoration: underline;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: black; border: 1px white solid; }

.menuline	{ background: url('images/menu_background.jpg'); border: 1px white solid; }

.main {
  background-image: url('images/background.jpg');
  background-repeat: no-repeat;
  background-position: center 50px;
  background-attachment: fixed;
}

.date {background: grey;}

BODY {
  background-color: black;
  font-family: Verdana;
  font-size: 13px;
}

BODY.counter {
  background-color: black;
  font-family: Verdana;
  font-size: 13px;
  color: white;
}

p, div, td, tr, br, table, img {
  font-family: Verdana;
  font-size: 13px;
  color: white;
}

h2 {
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

b {
  font-family: Verdana;
  font-size: 13px;
  font-weight: Verdana;
  color: white;
}