/*<link rel="stylesheet" href="mystyles.css" type="text/css">*/

.h1bold
{
font-family: verdana, helvetica, sans serif;
font-size: 1em;
color: #000000;
font-weight: bold;
}

.h2bold
{
font-family: verdana, helvetica, sans serif;
font-size: .8em;
color: #000000;
font-weight: bold;
}

.h1
{
font-family: verdana, helvetica, sans serif;
font-size: 1em;
color: #000000;
}

.h2
{
font-family: verdana, helvetica, sans serif;
font-size: .8em;
color: #000000;
}

.h3
{
font-family: verdana, helvetica, sans serif;
font-size: .7em;
color: #000000;
}


a:link
{
text-decoration: none;
color: #ED1B24;
}

a:visited
{
text-decoration: none;
color: #ED1B24;
}

a:active
{
text-decoration: none;
color: #ED1B24;
}

a:hover
{
text-decoration: none;
color: #ED1B24;
}