html 	{
  		 margin: 0;
  		 padding: 0;
		}

body 	{
		scrollbar-base-color: #000000;
		scrollbar-arrow-color: #FFFFFF;
		text-align: center;
		margin: 0px;
		padding: 0px;
		overflow-y: auto;
		overflow-x: hidden;
		lineheight: 10px;
		background-color: #000000;
		background-image: url('Img/back2.jpg');
		background-repeat: no-repeat;
		background-position: top;
		}
		
.credits {
		padding: 0 0 20px 0;
		font: 8px Arial;
		color: #b52b00;
		text-decoration: none;
		font-weight: bold;
		}
		
a		{
		font: 8px Arial;
		color: #b52b00;
		text-decoration: none;
		font-weight: bold;
		}
		
a:hover	{
		font: 8px Arial;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		}
		
