body      {
           background-color:#003391;
           font-family: Verdana, Lucida, Helvetica, sans-serif;
           }

h2, h3, h4 {       
           font-style: bold;
           color: #003391;
           line-height: 111%;
           text-align: center;
           font-weight: bold;
           font-family: Verdana, Arial, Times, serif;
           }

dl, p, td, dt, ol, dd {
           background: #FFFFB7;
           font-family: Comic Sans MS, Verdana, Lucida, sans-serif;
           }

ol li      {
           list-style: upper-western;
           }

a:link, a:visited, a:active {color: #003391; text-decoration : none; font-weight: bold;}
a:hover {background: #003391; color: #FFFFb7; text-decoration : none; font-style: bold; font-family: courier new;}


UL {list-style-image: url(../gfx/blueball.gif); } /* Any UL */
UL > UL {list-style-image: url(../gfx/redball.gif); } /* Any UL child of a UL */
UL > UL > UL {list-style-image: url(../gfx/whiteball.gif); }
UL > UL > UL > UL{list-style-image: url(../gfx/greenball.gif);}
UL > UL > UL > UL > UL{list-style-image: url(../gfx/blackball.gif);}
UL > UL > UL > UL > UL > UL{list-style-image: url(../gfx/redstar.gif);}
UL > UL > UL > UL > UL > UL > UL {list-style-image: url(../gfx/whiteball.gif);}
UL > UL > UL > UL > UL > UL > UL > UL {list-style-image: url(../gfx/greenball.gif);}

.change {text-transform: uppercase; color: #003391; font-family: Comic Sans MS, Verdana, Lucida; font-style: bold; font-weight: bold;}
.source {margin-left: 2%; color: #FFFFB7; font-size: 10pt;}
.inform {text-decoration: underline; text-decoration-style: dashed; font-style: italic; white-space: nowrap;}



small {font-size: 10pt;}  

header {
        background-color:#FFFFB7;
        color: #003391; 
        margin-left: 30px;
        padding: 4px;
        border-top: 2px solid #003391;
        border-left: 2px solid #003391;
        border-right: 2px solid #003391;
        border-bottom: 1px solid #003391;
        width: 95%;
        font-family: Verdana;
        align: center;
	}


main {margin-left: 30px; background-color: #FFFFB7; color: #000000; width: 95%; padding: 4px; border-left: 2px solid #003391; border-right: 2px solid #003391;border-bottom: 1px solid #003391;}
section {background-color: #FFFFB7; color: #000000; width: 99%; padding: 4px; font-family: Comic Sans MS; border-top: 1px solid #003391;}
footer {margin-left: 30px; background-color:#FFFFB7; width: 95%; padding: 4px;border-left: 2px solid #003391;border-right: 2px solid #003391; border-bottom: 1px solid #003391;}



