ul
{
list-style: disc;
}

ol
{
list-style: decimal;
}

body
{
font-family: arial, helvetica, 'sans serif';
color: #000000;
background-color: #ffffff;
background-image: #none;
}

a:link
{
color: blue;
text-decoration: none;
}

a:visited
{
color: blue;
text-decoration: none;
}

a:active
{
color: blue;
text-decoration: none;
}

a:hover
{
color: blue;
text-decoration: none;
}
