body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-color: #ff0000;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}
a
{
text-decoration:none;
font-family:Arial;
}


a:link
{
color:#FF0000;
}

a:visited
{
color:#FF0000;
}

a:hover
{
color:#000000;
text-decoration:underline;
}

a:active
{
color:#FF0000;
}