body 
{
background-attachment: scroll; 
background-position: top center;
background-color: white;
background-repeat: no-repeat
}

h1 
{
font-size: 36pt
}

p,h1,h2,h3
{
font-family: arial; 
color: black;
padding-left: 5;
padding-right: 5;
text-align: center
}

h3
{
font-family: arial; 
color: black;
padding-left: 5;
padding-right: 5;
text-align: right;
font-size: 12;
font-weight: normal
}

h4
{
font-family: arial; 
color: black;
padding-left: 5;
padding-right: 5;
text-align: left;
font-size: 14;
font-weight: bold
}

h5
{
font-family: arial; 
text-decoration:italic;
color: black;
padding-left: 5;
padding-right: 5;
text-align: center;
font-size: 14;
font-weight: bold
}

p
{
font-family: arial; 
color: black;
font-size: 12
}

li
{
font-family: arial; 
color: black;
font-size: 12;
text-align: left
}

a
{
text-decoration:none;
color: black;
}

a:link     { color:black }
a:visited  { color:black }
a:active   { color:red }
a:hover    { color:red }

table.one
{
table-layout: fixed
}

table.two
{
table-layout: fixed;
border-color:black;
border-width: thick
}
