
html
	{ 
  background: url(paper.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

a:link
	{
  color: black;
  text-decoration: none;
	}

a:visited
	{
  color: black;
  text-decoration: black;
	}

a:hover
	{
	color: #e32636;
	text-decoration: none;
	}

a:active
	{
	color: #e32636;
	text-decoration: none;
	}