/* 
CSS Document
Randal Yuen
http://elderyuen.com
randalyuen@hotmail.com
*/

.font18 {	
	font-size: 18px;
}

.font18white {	
	font-size: 18px;
	color: #ffffff;
}

.font18linethrough{	
	font-size: 18px;
	text-decoration: line-through;
}

.font18red {	
	font-size: 18px;
	color: #E82100;
}

.hiddenword {
	background-color: #000000;
}