/*
General CSS for the demos of DHTMLSuite
*/ 
@charset "iso-8859-1";
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
	margin:0px;
}

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

