


/*this first part is to set the font style, color and size of your text, as well as the background color of the page */
body {
background-color:#bbc1ff;
}

p, li, td {
font-size: 10pt;
}

/*this changes the headings, you can alter the size font type, and the color of these */

h1 { font-size: 20pt; color: #0033cc;font-weight:bold}
h2 { font-size: 16pt; color: #0033cc;font-weight:bold}
h3 { font-size: 12pt; color: #0033cc;font-weight:bold;}
h4 { font-size: 8pt; color: #0033cc;font-weight:bold;}





