body {
  background-color: #2E2E2E;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }

table.header {
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left; }

table.menu {
  background-color: #030316; }
				 
a:link.header {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold; 
  font-style: normal; 
  font-size: 14; }

a:visited.header {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold; 
  font-style: normal; 
  font-size: 14; }
	
a:hover.header {
  color: #34B3D1;
  text-decoration: underline;
  font-weight: bold; 
  font-style: normal; 
  font-size: 14; }

a:active.header {
  color: #34B3D1;
  text-decoration: underline;
  font-weight: bold; 
  font-style: normal; 
  font-size: 14; }
