.link 
{  
	Font-family: Arial; 
	Font-size: 12px; 
	Font-weight: normal; 
	COLOR: #cc0000;
	Line-height: 15px;
	Text-decoration: none
}

h1 
{  
	Font-family: Arial; 
	Font-size: 22px; 
	Font-weight: bold; 
	Line-height: 22px;	
	COLOR: #669966;
	Text-decoration: none
}

.linkwh 
{  
	Font-family: Arial;  
	Font-size: 12px; 
	Font-weight: normal; 
	COLOR: #296D56;
	Line-height: 15px;
	Text-decoration: none
}

.textbold 
{  
	Font-family: Arial; 
	Font-size: 16px; 
	Font-weight: normal; 
	Line-height: 15px;	
	Text-decoration: none
}
.text 
{  
	Font-family: Arial;  
	Font-size: 12px; 
	Font-weight: normal; 
	Line-height: 16px;	
	Text-decoration: none
}

A:hover
{
    COLOR: #CC0000;
    TEXT-DECORATION: underline
}

A:active
{
    TEXT-DECORATION: underline

}