A:link, A:visited
{
    color: blue;
    text-decoration: underline
}
A:active
{
    text-decoration: underline
}
A:hover
{
    color: #267EF7;
    text-decoration: underline
}

TR.Mark			{BACKGROUND-COLOR: #CCFFCC}
TR.Checked		{BACKGROUND-COLOR: #D3E5FF}
TR.Checked-Mark	{BACKGROUND-COLOR: #B2CDF3}
