﻿body
{
    font-size: small;
    font-family: Verdana, Arial, 'Times New Roman';
}

a
{
    color: blue;
    text-decoration: underline;
}

img
{
	border:none;
}

H1
{
	font-weight: bold;
	font-size: medium;
	margin-bottom: 2px;
    text-transform: uppercase;	
}

H2
{
    font-weight: bold;
    font-size: small;
    margin-bottom: 1px;
    text-transform: uppercase;
}

H3
{
    font-weight: bold;
    font-size: small;
    font-style: italic;
}

LI
{
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}

OL
{
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}

UL
{
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}
