A
{
    
    TEXT-DECORATION: underline
}

A:active
{
    
    TEXT-DECORATION: underline
}
A:link
{
    
    color: #666666; text-decoration: underline
}

A:visited
{
    
    color: #666666; text-decoration: underline
}

A:hover
{
   
    color: #000000; text-decoration: underline

}

body
{
	color: #666666; font-family: "verdana"; font-size: 8pt; background-color: white
}

.menu
{
    
    TEXT-DECORATION: none
}

.menu:active
{
    
    TEXT-DECORATION: none
}
.menu:link
{
    
    color: #666666; text-decoration: none
}

.menu:visited
{
    
    color: #666666; text-decoration: none
}

.menu:hover
{
   
    color: #000000; text-decoration: none

}

.new
{
	color: #800000; font-family: verdana; font-size:8pt; font-weight: bold
}
