﻿body
{
    Background-color : #CCCCFF;
}
h1
{
    Font-family : serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : bolder;
    Font-size : xx-large;
}
h2
{
    Font-family : serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : bold;
    Font-size : x-large;
}
h3
{
    Font-family : serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : bold;
    Font-size : large;
}
h4
{
    Font-family : serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : bold;
    Font-size : medium;
}
h5
{
    Font-family : serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : bold;
    Font-size : small;
}
h6
{
    Font-family : serif;
    Font-style : normal;
    Font-variant : small-caps;
    Font-weight : bold;
    Font-size : x-small;
}
a:link
{
    Color : #333366;
}
a:visited
{
    Color : #660000;
}
hr
{
    width : 65%;
}
p
{
    font-family : serif;
    font-size : medium;
    color : #000066;
    font-weight : normal;
    font-style : normal;
    font-stretch : normal;
    text-align : left;
}
li
{
    font-family : serif;
    font-size : medium;
    color : #000000;
    font-weight : normal;
    font-style : normal;
    font-stretch : normal;
    text-align : left;
}
