﻿
body 
{
	background-color: white;
	font-family: Arial;
	font-size: small;
	padding:0px; margin:0px; 
	color: Purple;
	margin-top: 0px;
}
h1
{
	COLOR: Purple;
    FONT-SIZE: 18px;
    font-weight: normal;
}
h2
{
	COLOR: Purple;
    FONT-SIZE:medium;
    font-weight:normal;
}
.link
{
    COLOR: Black;
    FONT-SIZE: small;
    text-decoration: underline;
    font-weight: bold;
}
.link:hover
{
    COLOR: Aqua;
    FONT-SIZE: small;
    text-decoration: underline;
    font-weight: bold;
}
.link:hover:visited
{
    COLOR: Aqua;
    FONT-SIZE: small;
    text-decoration: underline;
    font-weight: bold;
}
.link:visited
{
    COLOR: Black;
    FONT-SIZE: small;
    text-decoration: underline;
    font-weight: bold;
}