body{background-image: url(images/bg.jpg);
	 background-repeat: repeat-x;
	 background-position: top;
	background-attachment: fixed;
	
	}

a:link{ color:#676767;
          font-style: bold;
	  text-decoration: none;
	  }

a:visited{ color:#676767;
		font-style: bold;
		text-decoration: none;
	 	}

a:hover {color:silver;
		font-style: bold;
		text-decoration: underline;
		}

a:active{color:red;
	    text-decoration: underline;
	       }
