/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: verdana;
	font-size: 11px;
	margin:2px;
}

a{
	color:red;
	text-decoration:underline;
}


