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