﻿body {
	color: #B0B0B0;
	background: #006600 url('img/BGfiller.png') repeat-x;  
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: yellow;
}

a:active {
    color: red;
}

.relative {
  position: relative;
  width: 960px ;
  margin-left: auto ;
  margin-right: auto ;
  top: 40px;
}





