/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
	margin:0px;
}

a{
	color:#D1D1D1;
	text-decoration:none;
	font-size:15px;
	font-family:Georgia ;
}

a:hover{
	color:red;
	text-decoration:none;
	font-size:15px;
	font-family:Georgia ;
}


