HTML {font-size: 100%;}

BODY 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

BODY * {font-size: 1em;}

H1	{font-size: 2em;}
H2	{font-size: 1.5em;}
H3	{font-size: 1.25em;}
H4	{font-size: 1em;}

A
{
color: black;
text-decoration: none;
}

A:hover
{
color: blue;
text-decoration: underline;
}