ul {
text-align: center;
font-weight: bold;
}
a {
font-size: 120%;
border: solid black;
color: white;
background-color: black;
}
h1 { 
       text-align: center;
       background-color: white;
       color: black;
    }
    h2 { 
       text-align: center;
       background-color: white;
       color: black;
    }
    p {
    	text-align: center;
    	background-color: white;
    	color: black;
    }
