body
{
background-color: black;
background-image:url(images/cross-blue.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

div.box 
{
width: 65%;
height: 100%
}

h1
{color: white;
}

h3 
{color: white;
}

p
{color: white;
}

ul
{color: white;
}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}


