body
{
text-align: center;
}

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

/* 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
{
text-indent: 20px;
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.small
{
font-family: arial;
font-size: 80%;
color=blue;
}

ol
{
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.texttop
{
font-family: arial;
font-size: 100%;
text-indent: 5%;
margin-top; "2";
vertical-align: top;
padding-left: 2%;
border-style: solid;
border-width: thin;
border-color: green;
}

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

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

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;
}


