.center {margin-left: 10%; margin-right: 10%}

A:link { color: black }     A:visited { color: black}    A:active { color: black }


P.center 
{
text-align: center; 
font-family: helvetica, sans-serif;
}

P 
{
text-align: center; 
font-family: verdana, sans-serif;
}

table 
{
width: 80%;
border-width: 2px; 
border-style: groove;
font-family: italic;
}

th
{
font-size: 1.2em; 
color: #DCDCDC; 
background-color: yellow;
}


body {background: blue}

h1 {color: yellow; font-size: 250%; text-align: center}

td
{
color: black;
background-color: yellow;
border-width: 4px;
border-style: groove;
padding: 0.5em;
}

h1
{
color:black;
background-color: yellow;
font-family: verdana, sans-serif;
text-align: center;
}

h3
{
color:black;
background-color: yellow;
font-family: verdana, sans-serif;
padding-left: 1.2em;
margin-top: 2.5em;
}

h4
{
font-weight: 900;
}