/**
 * Style sheet base
 */
*
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

body
{
	background-color:#999999;
}
