/* * Style for all Metalshots menu-pages *//*	background: #FFFFFF url(images/background.jpg) no-repeat;   *//* Style for all bodies. */body {    background: #FFFFFF url(images/background.jpg) no-repeat;	background-color: black;	background-attachment: fixed;	background-position: center;	font-family: Verdana, sans-serif;	color: white; 	font-size: 80%}p {	font-family: Verdana, sans-serif; 	font-size: 80%  	color: white; }/* Style for all table cells. */td {	font-family: Verdana, sans-serif; 	font-size: 80%  	color: white; }/* Custom link styles */a:active {	text-decoration: none;	color: #FF0000;}a:visited {	text-decoration: none;	color: #EFC18A;}a:hover {	text-decoration: none;	color: #FF0000;}a:link {	text-decoration: none;	color: #EFC18A;}
