/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	overflow: -moz-scrollbars-vertical;
}

a{
	color:red;
	text-decoration:underline;
}


