/* Comments go in these things :) */

A:link 
{text-decoration:underline;
color: #000066;
background-color: #FFFFFF;
}

A:hover 
{text-decoration:none;
color: #000066;
background-color: #DBDBFF;
cursor: help}

A:visited 
{text-decoration:underline;
color: #000066;
background-color: #FFFFFF;
}

.heading{
font-family: 'verdana,arial,helvetica';
font-size: 16px;
font-weight: bold;
color: #000066;
background-color: #FFFFFF;}

td
{font-family: 'verdana,arial,helvetica';
font-size: 13px;
color: #000066;
background-color: #FFFFFF;
}

/*body*/
/*{background-color: #FFFFFF;}*/

p
{font-family:'verdana,arial,helvetica';
font-size: 13px;
color: #000066;
background-color: #FFFFFF;}