@import url(all.css);

body
{
	background-color:#990000;
  background-image: url(myheart.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;

}
 h1,h2,h3,h4,h5,h6 {color:#ff0000;}
 body, h4 {color:#ff6600;}

 a:link {color:#999999;}
 a:visited {color:#000000;}
 a:hover, a:focus {background-color:#555555;}
 a:active {background-color:#ffffff;}
 
 .footer p {display: block;}
