body
{
font-size: 30px
}

h1
{
font-size: 40px
}

h2
{
font-size: 35px
}

ul
{
list-style: none;
padding: 0;
margin: 0;
}

ul li a 
{
text-decoration: none;
font-family: Tw Cen MT;
background-color: #A32CC4;
color: white;
display: block;
width: 450px;
margin: 10px;
padding: 10px;
border: 5px outset lightgray;
border-radius: 5px 10px 5px 10px;
height: 42.5px;
line-height: 42.5px;
text-align: center;
}

ul li a:hover
{
background-color: yellow;
color: black;
font-size: 31px;
}

