.hoverunderline, .hoverunderline a{
	text-decoration: none;
m: expression(this.onmouseover =  new Function("this.className = 'hoverunderline-hover';"));	

}

.hoverunderline:hover,
    .hoverunderline-hover {
	text-decoration: underline;
S
	
m: expression(this.onmouseout =  new Function("this.className = 'hoverunderline';"));	

}




.smalltext {
	font-size: 0.65em;
}

.mainpagesmalltext {
	font-size: 0.65em;
}


.greentext {
	font-size: 0.9em;
	color: #00CC33;
}

.darkgreentext {

color:#009900;

}

.text {
	font-size: 0.8em;
}


.normtext {
	font-size: 0.9em;
}



.mainpageheadline, .mainpageheadline a {
color:#210066; 
font-size:1em; 
text-decoration:underline;
}


.miniheadline {
	font-size: 0.9em;
	font-weight:bold
}

.blueheadline {
	font-size: 0.9em;
	font-weight: bold;
	color: #0066FF;
}








.smalllink {
	font-size: 0.6em;
	color: #666666;
}


.smallbluelink {
font-size: 0.8em;
	font-family: "verdana";
	color: #0066CC;
	font-weight: bold;
	
		text-decoration: none; 
	
m: expression(this.onmouseover =  new Function("this.className = 'smallbluelink-hover';"));	
	}

.smallbluelink:hover,
    .smallbluelink-hover {
	font-size: 0.8em;
	font-family: "verdana";
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
S
	
m: expression(this.onmouseout =  new Function("this.className = 'smallbluelink';"));	

}






