
body
{
background-color: #ffffff;
background-image: url('images/background.png');
background-repeat: no-repeat;
background-attachment: scroll;
font-size:100%
color=#000000;
text-align: center
margin-left: auto;
margin-right: auto;


}

h1
{
font-size: 1.3em;
font-family: Arial, Helvetica, sans-serif;
margin-top: 10px;
margin-bottom:10px;
}

h1.center
{
text-align: center;
}

h2
{
font-size: 1.8em;
font-family: Arial, Helvetica, sans-serif;
margin-top: 12px;
margin-bottom:12px;
}

h2.center
{
text-align: center;
}

p 
{
font-family: Arial, Helvetica, sans-serif;
text-indent: 30px;
margin-top: 10px;
margin-bottom:10px;
}

p.cent 
{
text-align: center;
}

p.left
{
text-align: left;
}

p.left2
{
text-align: left;
font-size: 1.1em;
}

p.cent2
{
text-align: center;
font-size: 1.1em;
}

p.border1
{
border-style:solid;
border-width:1px;
}

p.little
{
font-size: .9em;
}

ul
{
font-family: Arial, Helvetica, sans-serif;
}

ul.dot2
{
list-style-type: disc;
list-style-position: outside;
font-size: 1.1em;
}

ul.nomark
{
list-style-type: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}

ol
{
font-family: Arial, Helvetica, sans-serif;
}

ol.digit2
{
list-style-position: outside;
font-size: 1.1em;
}
