body
{font-family: arial, helvetica, sans serif; 
color: black;
font-size: small;
margin:0px;
padding:0px;
margin-top: 0px;
margin-bottom: 0px;
}

p
{ 
margin-top: 5px;
margin-bottom: 5px;
color: green;
font-size: 100%;
}

.small
{
font-size: 80% 
}

li
{ 
margin-top: 5px;
margin-bottom: 5px;
color: green;
font-size: 100%;
}

ul
{
margin-top: 0px
}

h1
{
margin-top: 10px;
margin-bottom: -5px;
color: green;
font-size: 120%;
font-weight: bold;
}

h2
{
margin-top: 20px;
margin-bottom: 0;
color: green;
font-size: 110%;
font-weight: bold;
}

h3
{
margin-top: 10px;
margin-bottom: -5px;
color: green;
font-size: 100%;
font-weight: bold;
font-style: italic;
}

h4
{ 
margin-top: 10px;
color: green;
font-size: 90%;
font-weight: normal;
}

h5
{
margin-top: 2px;
color: green;
font-size: 80%;
font-weight: normal;
font-style: italic;
}

h6
{
margin-top: 5px;
color: green;
font-size: 80%;
font-weight: normal;
 }

a
{
text-decoration: none
}

a:hover
{
color:red; 
}

