

/* External Style Sheet */
 
body
{
background-color: #FFCCFF; /*light lavender*/
}
h1, h2, h3
{
font-weight: bold;
font-family: Georgia;
color: #330066; /*dark purple*/
}

h1
{
font-size: 16pt;
font-style: italic;
}

h2
{
font-size: 12pt;
} 

h3
{
font-size: 14pt;
}

ol
{
font-family: Georgia;
Font-size: 12pt;
font-style: italic;
list-style-type: square;
}

