	
	body {
	  background-color: #000000;
	  
	}

	h1 {
	  color: #ff4367;
	  background-color: #aa3543;
	  font-family: arial, verdana, sans-serif;
	  font-variant: small-caps;
	  text-align: center;
	  padding: 25px 25px 25px 25px;
	  
	  
	}

	p {	  
	  color: #dc143c;
	  text-align: center;

	}

	#col1 {

  	  float: left;
	  position: absolute;
	  left: 250px;
	  bottom: 350px;
	  
	}	

	#col2 {
   
	  float: left;
	  position: absolute; 
	  left: 1450px; 
	  bottom: 350px;
	}

	#col3 {
   
	  float: left;
	  position: absolute;  
	  left: 850px;
	  bottom: 350px;
	}


	a {
 
	  color: #dc143c;
	}
