/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a{
	color:red;
	text-decoration:underline;
}

pre{
	color:red;
}
h2{
	font-size:1.2em;
	}
