body {background: url("img/background30.jpg") fixed;}
A:link {color:black;text-decoration:none;}
A:hover {background-color:gray;color:black;text-decoration:none;}
A:active {background-color:gray;color:black;text-decoration:none;}
A:visited {color:black;text-decoration:none;}

/* Button table*/

table.buttons {
	text-align:right;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
}

table.buttons a:link, table.buttons a:visited {
 	background:none;
 }
 
table.buttons a:hover, table.buttons a:active {
 	background:none;
 }

table.buttons a:link img, table.buttons a:visited img {
 	border:2px solid white;
 }
 
table.buttons a:hover img, table.buttons a:active img {
 	border:2px solid black;
 }

table.buttons span, p.buttons {
 	display:block;	
 	font-weight:bold;
 	margin-left:30px;
 	font-size:130%;
 }

table.buttons a:link span, table.buttons a:visited span {
	text-decoration:none;
 }
 
table.buttons a:hover span, table.buttons a:active span {
	text-decoration:underline;
 }