.red a:link, .red a:visited { 
	color: #FF0000;  
	text-Decoration: underline;
}
.red, .red a:hover { 
	color: #FF0000; 
	text-Decoration: none; 
}
.orange a:link, .orange a:visited { 
	color: #FF9900;
	text-Decoration: underline;
}
.orange, .orange a:hover { 
	color: #FF9900; 
	text-Decoration: none; 
}
.yellow a:link, .yellow a:visited { 
	color: #FFFF33; 
	text-Decoration: underline;
}
.yellow, .yellow a:hover { 
	color: #FFFF33; 
	text-Decoration: none; 
}
.green a:link, .green a:visited { 
	color: #00CC00;  
	text-Decoration: underline;
}
.green, .green a:hover { 
	color: #00CC00; 
	text-Decoration: none; 
}
.blue a:link, .blue a:visited { 
	color: #3366CC;  
	text-Decoration: underline;
}
.blue, .blue a:hover { 
	color: #3366CC; 
	text-Decoration: none; 
}
.purple a:link, .purple a:visited { 
	color: #660066;  
	text-Decoration: underline;
}
.purple, .purple a:hover { 
	color: #660066; 
	text-Decoration: none; 
}
.font20px {
	font-size:20px;
}
.font18px {
	font-size:18px;
}
.font16px {
	font-size:16px;
}
.font14px {
	font-size:14px;
}
.font12px {
	font-size:12px;
}
.font10px {
	font-size:10px;
}

