A
{
    
    TEXT-DECORATION: underline
}

A:active
{
    
    TEXT-DECORATION: underline
}
A:link
{
    
    color: #5C5C5C; text-decoration: underline
}

A:visited
{
    
    color: #5C5C5C; text-decoration: underline
}

A:hover
{
   
    color: #5C5C5C; text-decoration: underline

}

body
{
	color: #5C5C5C; font-family: "verdana"; font-size: 8pt; background-color: white
}

.menu
{
    
    TEXT-DECORATION: none
}

.menu:active
{
    
    TEXT-DECORATION: none
}
.menu:link
{
    
    color: #5C5C5C; text-decoration: none
}

.menu:visited
{
    
    color: #5C5C5C; text-decoration: none
}

.menu:hover
{
   
    color: #5C5C5C; text-decoration: none

}