a.Button { text-decoration: none; } /* Applies to all anchors */ 
a.Button:link { text-decoration: none;COLOR:#444444; } /* Applies to all links */
a.Button:active { text-decoration: none;COLOR:#444444; } /* Applies to active links */
a.Button:visited { text-decoration: none;COLOR:#444444; } /* Applies to visited links */
a.Button:hover { text-decoration: none;color:#000000; } /* Applies to links when the mouse is over them */

a.Button2 { text-decoration: none; } /* Applies to all anchors */ 
a.Button2:link { text-decoration: none;COLOR:#000000; } /* Applies to all links */
a.Button2:active { text-decoration: none;COLOR:#000000; } /* Applies to active links */
a.Button2:visited { text-decoration: none;COLOR:#000000; } /* Applies to visited links */
a.Button2:hover { text-decoration: none;color:#333333; } /* Applies to links when the mouse is over them */

a.Button3 { text-decoration: none; } /* Applies to all anchors */ 
a.Button3:link { text-decoration: none;COLOR:#000000; } /* Applies to all links */
a.Button3:active { text-decoration: none;COLOR:#000000; } /* Applies to active links */
a.Button3:visited { text-decoration: none;COLOR:#000000; } /* Applies to visited links */
a.Button3:hover { text-decoration: none;color:#333333; } /* Applies to links when the mouse is over them */
BODY
{
    FONT-SIZE: x-small;
    COLOR: #000000;
    background-color: #000000;    
    FONT-FAMILY: Sans-Serif, monotype;
    font-size: 12pt; 
    FONT-VARIANT: normal;
    margin: 0;
    margin-left: 0;
    margin-top: 0;
}
table
{
    FONT-FAMILY: Sans-Serif,  monotype;
    font-size: 10pt; 
    FONT-VARIANT: normal
}

.color
{
	background-color:Lime;
}

.status
{
	COLOR: #ff0000;
  FONT-FAMILY: 'Verdana',  monotype;  
  font-size: 10pt; 
  font-weight:bold;
  FONT-VARIANT: normal
}

th
{
    FONT-WEIGHT: 700;
    FONT-FAMILY: 'Verdana',  monotype;
    FONT-VARIANT: normal;
    font-size: 10pt;     
}

td
{
		
    FONT-FAMILY: Sans-Serif,  monotype;
    font-size: 10pt; 
    font-weight: normal;
    FONT-VARIANT: normal
}

A:link
{
	COLOR:#663333
}

A:active
{
	COLOR:#663333
}
A:visited
{
	COLOR:#996666
}
A:hover
{
  color:#ff0000
}

