
.marker-green {
    background-color: #63f963;
}
.marker-yellow {
    background-color: #fdfd77;
}
.marker-pink {
    background-color:  #fc7999;
}
.marker-blue {
    background-color:  #72cdfd;
}
.pen-red {
    color: #e91313;
	background-color: #FFFFFF;
}
.pen-green {
    color:  #118800;
	background-color: #FFFFFF;
}


.text-right{
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-center{
	text-align:center;
	}
.text-justify;{
	text-align:justify;
}

.text-tiny{font-size:.7em}
.text-small{font-size:.85em}
.text-big{font-size:1.4em}
.text-huge{font-size:1.8em}
