BODY { font-family: arial, helvetica, sans-serif }

H1 { font-color: black }
H2 { font-color: black }
H3 { font-color: black }
p { font-color: black }

.bold { font-weight: bold }
.larger { font-size: larger }
.smaller { font-size: smaller }
.bolditalic { font-style: italic; weight: bold }
.boldsmall { font-size: smaller ; weight: bold }
.italic { font-style: italic }
.darkblue { color: #0030F0 }
.lightblue { color: #9FB3FF }

