/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: verdana;
	font-size: 10px;
	margin: 2px;
}

a{
	color: #108BAF;
	text-decoration: none;
}


