/* liScroll styles */

.es
{
    font-size:16px;
	line-height:26px;
    margin:0px auto 0px auto;
    background-color:#fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:2px solid firebrick;
    padding:2px;
}
.quote{
	font-weight: bold;
}

.red{
	color: red;
}
.blue{
	color: blue;
}
.green{
	color: green;
}
.pink{
	color: deeppink;
}
