﻿body
{
 
}
.PageTitleClass
{
    font-size: 18pt;
    color: yellow;
    text-align: center;
}
.TableTitleClass
{
    color: yellow;
}
.SelectableTableItemClass
{
    color: white;
    text-decoration: none;
}
.SelectableTableItemClass:hover
{
    color: Yellow;
    cursor : pointer; 
    text-decoration: none;
}
.TableItemClass
{
    color: white;
    text-decoration: none;
}
.HighlightItemLabelClass
{
    color: yellow;
}
.ItemLabelClass
{
    color: white; 
}
.SelectableLinkClass
{
    color: yellow;
    text-decoration: none;
}
.SelectableLinkClass:hover
{
    color: white;
    cursor : pointer; 
    text-decoration: none;
}
.WarnLabelClass
{
    color: red;
    text-decoration: none;
}
.InputBoxClass
{
    color: black;
    text-decoration: none;
}