body,td
{
        color : black;
	font-size : 13px;
}

b
{
        color : #CC3333;
        text-decoration : none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 130%;
}

h1
{
        color : #CC3333;
        text-decoration : none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 220%;
}

h2
{
        color : #CC3333;
        text-decoration : none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 180%;
}

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

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

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

a:hover
{
    color : #CC3333 ;
    text-decoration : underline ;
}

