﻿p
{
    font-family: Verdana;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

h1
{
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    color: #009933;
}

h2
{
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    font-style: normal;
    color: grey;
}

h3
{
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    color: grey;
}

img
{
	border-style:none;
}

li
{
    font-family: Verdana;
    font-size: medium;
    color: black;
    background-color: white;
    font-weight: normal;
}
    
ul.featurelist
{
    list-style-image: url("images/greentick.gif");
}
