
body {
    font-family: Comic Sans MS;
    color: #000000;
    background: RGB(196,232,255);
}
p {
    color: RGB(0,99,198); 
    font-size : 12pt;
}
p.orange {
    color: RGB(255,153,0); 
    font-size : 20pt;
}

p.orangehighlight {
    background-color: RGB(255,153,0); 
}

p.greentext {
    color: RGB(62,170,72);
    font-size : 14pt;
    font-weight:normal;
    align: center;
}

p.copyright {
    color: rgb(255,153,0); 
    background-color :rgb(0,153,255);
    font-family: Helvetica;
    font-size : 10pt;
    font-weight: bold;
    height: 20px; 
    text-align: center;
}

p.plainblack {
    color: rgb(0,0,0); 
    font-size : 11pt;
}

p.blackheader {
    color: rgb(0,0,0); 
    font-size : 13pt;
}

p.pagenumber {
    color: rgb(0,0,0); 
    font-size : 10pt;
    text-align: center;
}
p.quotations {
    color: black;
    font-style: italic;
    text_align: center;
}
p.pageturnertitle {
    font-size : 14pt;
    text-align: center;
}
h1 {
    color: RGB(0,115,191);
    font-size : 20pt;
}
h2 {
    color: RGB(255,153,0);
    font-size : 20pt;
    font-weight:normal;
    align: center;
}
h3 {
    color: RGB(255,153,0);
    font-size : 14pt;
    font-weight:normal;
    align: center;
}
h4 {
    color: RGB(0,125,255);
    font-size : 14pt;
}
h5 {
    color: RGB(0,115,191);
    font-size : 12pt;
}

a:link {
   color: blue;
   background: transparent;
   font-size : 12pt;
}

a:visited {
   color: red;
   background: transparent;
   font-size : 12pt;
}

a:link.toc {
   color: blue;
   background: transparent;
   font-family: Comic Sans MS;
   font-size : 10pt;
}

a:visited.toc {
   color: red;
   background: transparent;
   font-family: Comic Sans MS;
   font-size : 10pt;
}

a:link.greentext{
    color: RGB(62,170,72);
    font-size : 14pt;
    font-weight:normal;
}


table.excerpt{
   background-color: white;
   border-width: 2;
   border-style: ridge;
   border-color: blue;
   align: right;
}