body {
   background-image: url('images/taustaniitti.gif');
   background-attachment: fixed;
   font-family: Verdana, Arial, Helvetica;
	font-size: 12px;   
	color: Red;
	font-weight: bold;
   margin: 1% 2% 2% 2%; }

table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;   
	color: Red;
	font-weight: bold;
  	margin-left: 20px; }
	
img, a img {
	border: none; }

a:link { color: Blue; text-decoration: none; }
a:active {color: Blue; text-decoration: none; }
a:hover {color: Red; background-color: yellow; text-decoration: none;}
a:visited {color: Blue;	text-decoration: none; }


