body
{
background-color:BurlyWood ;
margin: auto;
width: 1200px;
}

section
{
width: 1000px;
margin: auto;
text-align: center;
line-height: 0;
}

h1
{
color: black ;
font-size: 40px;
font-weight: black;
margin-top: 50px;
margin-bottom: 50px;
font-family: 'Acme', sans-serif;
}

h2
{
color: white;
font-size: 20px;
font-weight: black;
margin-top: 50px;
margin-bottom: 20px;
font-family: 'Acme', sans-serif;
}

a
{
text-decoration: Bisque;
color: bisque ;
background-color:BurlyWood ;
}

a :hover
{
border: 1px solid red;
}

p
{
color: black;
line-height: 1;
text-align: justify;
font-size: 17px;
}

td
{
vertical-align:Bisque 10px solid ;
border: 20px white ridge ;
padding: 10px;
}

h4
{
text-align: center;
}

h6
{
color: LemonChiffon;
line-height: 1;
text-align: center;
}