P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, OL, UL, HR, BR  {
        font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : normal;
}

SMALL, .small  {
        font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-weight : normal;
}

H1  {
        font-family :  "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : x-large;
        font-weight : bold;
        color: #0a600a;
}

H2, .heading2  {
        font-family :  "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : large;
        font-weight : bold;
        color: #0a600a;
}

H3, .heading3  {
        font-family :  "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : large;
        font-weight : normal;
        color: #0a600a;
}

H4, .heading4, .heading  {
        font-family :  "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : medium;
        font-weight : bold;
}

H5  {
        font-family :  "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : medium;
        font-weight : normal;
}

.normal  {
        font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
        font-size : small;
        font-weight : normal;
}
/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}

hr {
	border: none;
	color : #5a8a4f;
	background-color: #5a8a4f;
	height: 1px;
}

.border {
        border: 1;
        border-style: solid;
        border-color: black;
}
