/********************************************************************************
	filename: customweb.css
	author : han, 
	contact: info@algosmith.com -- http://algosmith.com

*********************************************************************************/


body {
    background-color: #CCCC99;
	font-family: trebuchet ms, Arial, Helvetica; 
	color: black;
	font-size: 14pt;
}


.regularTextStyle {
   font-family:trebuchet ms, Arial, Helvetica;
   color:black;
   font-size:14px;
}




A:link { 
	text-decoration:underline; 
	color:#0000CC; 
}

A:visited { 
	text-decoration:underline; 
	color:#0000CC; 
}

A:hover { 
	text-decoration:underline; 
	color:#CC0000; 
}