<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}
.normalmsg{
           background-image:url("../images/smiley1.gif");
            background-repeat: no-repeat;
}
 .successmsg{
           background-image:url("../images/smiley3.gif");
            background-repeat: no-repeat;
    }
.failmsg{
           background-image:url("../images/smiley4.gif");
            background-repeat: no-repeat;
   }
.myqst{
            font-size:18px;
           font-weight:bold;
}

</pre></body></html>