

a {text-decoration: none;
    font-size: 30px;
    font-family: cursive;
    color: #CF1C44
    }
li{display: inline;
}
ul.my-list-style{
	text-align: center;
}
div{background-color: #CF1C44; 
    width: 575px;
    font-size: 20px;
    font-family: cursive;
	text-align: center;
    border: 10px solid green;
   }

	
footer{text-align: center;
	color: #CF1C44;
	font-size: 20px;
}
	



