h1,h2,h3,h4,h5,h6
{
font-family: arial, 'sans serif'; 
}

p,table,li,address
{
font-family: arial, 'sans serif'; 
margin-left: 15pt;
}

p,li,th,td,address
{
font-size: 80%;
}

th {background-color:#b9b9e6}

body
{
background-color: #cacaf7;
}

h1,h2,h3,h4,h5,h6,hr 
{
color: #000060
}

li {list-style: square;}

a
{
color: darkred; text-decoration: none;
}

a:hover
{
color: red; text-decoration: underline;
}

