/**
 *  chui_handheld.css
 *    Handheld (PDA/Mobile Phone) style sheet.
 *    Provides a cut-down content view of
 *    the CHUI web site with basic colours and
 *    images.
 *
 *    @version 0.0.3100
 *    @copyright Stephen Karl Lang 2006 - 2007
 *    @author Stephen Karl Lang <s.lang@screwlessdesign.co.uk>
 */


html, body {
	color: white;
	background-color: #333;
	font-family: "Trebuchet MS", "Tw Cen MT", "Verdana";
}
a:link {
    color: white;
}	
a:visited {
    color: #999;
}	
a:hover, a:active {
    color: white;
}
.module_icon, input {
	display: none;
}