body
{
text-align: center;
background-color: black;
}

#container
{
width: 90%;
margin: 0 auto;
padding: 10px;
text-align: left;
background-color: white;
}

/* header 1 */


h1, h2
{ 
font-family: arial;
font-style: italic;
color: red;
text-align: center;
}

h1.blue
{
font-family: arial;
color: blue;
text-align: center;
font-style: normal;
}

h2.blue
{
font-family:arial;
font-style; italic;
color: blue;
text-align:center;
}

h3
{
font-family:arial;
text-align:center;
}


h3.blue
{
font-family:arial;
font-style; italic;
color: blue;
text-align:center;
}

p
{
font-family: arial;
font-size: 110%;
}

p.full
{
font-family: arial;
font-size: 110%;
text-indent: 5%;
margin-top: 2;
}

p.button
{
font-family: arial;
font-size: 100%;
color:blue;
}

p.red
{
font-family: arial;
font-size: 90%;
color:red;
}

ol
{
font-family: arial;
font-size: 110%;
}

ul
{
font-family: arial;
font-size: 110%;
}

li
{
font-family: arial;
font-size: 110%;
}

ol.table
{
font-family: arial;
font-size: 100%;
}

li.table
{
font-family: arial;
font-size: 100%;
}

td.full
{
font-family: arial;
font-size: 110%;
text-indent: 5%;
margin-top; "2";
}

td.blue
{
font-family: arial;
font-size: 110%;
margin-top; "2";
background-color:"red";
color: "blue";
}

td
{
font-family: arial;
font-size: 110%;
}

td.top
{
font-family: arial;
font-size: 110%;
vertical-align: top;
}



a.button
{
font-family: arial;
font-size: 100%;
color:blue;
}

img.button
{
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom-width: 2;
}
