
a:link {
  color: #fc944e;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #fc944e;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #83ebba;
  background-color: transparent;
  text-decoration: underline;
}

 #dudefuck {
  background-color: #d4c3b2;
  width: 90%;
  margin-top: 40px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 3px;
	padding: 5px;
}


body {
  background-image: url('bgagain.png');
  background-attachment: fixed;
  background-position: center;
  background-color: #000000;
  	text-align: center;
  font-family: 'timesnewroman';
color: #ffffff;
}