
body {
 /*background:#faf0e6;  linen*/
 background: #fffaf0; /*Floral white*/
 font-family: arial;
}

h1 {
 color:#ffffff; 
 /*background: #d3d3d3;*/
 background: #778899;
 font-family: Helvetica;
 font-size: large;
 text-align:center; 
}


h2 {
    padding-left: 8%;
    margin-top: 1em;
    background-color: #ddeeff;
    font-size: large;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    clear: both;
}

h3 {
 color:#008080; /*teal*/
 text-align:center; 
}

h3.second {
 color: #228b22; /* forestgreeen */
 text-align: left; 
}

h4 {
 color:#000080; /* navy */
 text-align:center; 
}

hr {
 size:3;
}

/*p {color: red}*/

blockquote {
 color:#0000ff; 
 text-align:center;
}

table tr,table td,table th {
    bgcolor="#ffebcd";
    text="#ooffff";
    border: none;
    cellpadding=2;
    cellspacing=1;
    width=50%;
}

P.code, P.code1, P.code2, P.code3, P.code4, P.code5 {
 b4order-color: #909090;
 border-style: solid;
 border-width: 1px;
 padding: .5em;
}

P.code {
 /*font: 16pt/20pt cursive;*/
 /*font: 16pt/20pt cursive;*/
 font-size: 10pt;
 /*color: red ;*/
 /*line-height: 14pt;*/
 line-height: 12pt;
 font-family: arial, helvetica;
 margin-left: 10%;
 margin-right: 70%;
 background: #d3d3d3;
}

P.code0 {
 font-size: 8pt;
 line-height: 10pt;
 font-family: arial, helevetica;
}

P.code1 {
 font-size: 10pt;
 line-height: 12pt;
 font-family: arial, helvetica;
 margin-left: 10%;
 margin-right: 50%;
 background: #d3d3d3;
}

P.code2 {
 font-size: 10pt;
 line-height: 12pt;
 font-family: arial, helvetica;
 margin-left: 5%;
 margin-right: 5%;
 background: #d3d3d3;
}

P.code3 {
 font-size: 10pt;
 line-height: 12pt;
 font-family: arial, helvetica;
 margin-left: 10%;
 /*margin-right: 50%;*/
 margin-right: auto;
 background: #eeeeee;
}

P.code4 {
 font-size: 10pt;
 line-height: 12pt;
 font-family: arial, helvetica;
 margin-left: 10%;
 margin-right: 80%;
 background: #d3d3d3;
}

P.code5 {
 font-size: 10pt;
 line-height: 12pt;
 font-family: arial, helvetica;
 margin-left: 10%;
 margin-right: 75%;
 background: #d3d3d3;
}

PRE.code, PRE.code1 {
 border-color: #909090;
 border-style: solid;
 border-width: 1px;
 padding: .5em;
}

PRE.code {
 margin-left: 5%;
 margin-right: 5%;
 /* background: #add8e6; light blue */
 background: #eeeeee; /* light grey */
 /* background: #ccffcc; light greeen */
}

PRE.code1 {
 margin-left: 20%;
 margin-right: 40%;
 background: #eeeeee; /* light grey */
}

P.notes {
 font-family: helvetica;
 font: 18pt/20pt;
 /*margin-right: 4in;*/
 margin-right: 80%;
 color: red;
 background: #d3d3d3;
}

/*
P:first-letter {
font-size: 150%;
float: left;
}
*/

P:first-line {
/*font-style: small-caps;*/
/*color: blue;*/
/*font-style: italic;*/
}

UL.first {
 font-family: helvetica;
 font-family: arial;
 font-family: serif;
 font-family: sans-serif;
 /*font-family: cursive;*/
 /*font-family: fantasy;*/
 color: #006400;
 /*color: red;*/
}

LI.first {
 font-family: arial;
 color: blue;
 /* background: #778899; lightslategray */ 
 background: #d3d3d3; /* lightgray */
 color: #d2691e;
 /*margin-right: 6in;*/
 margin-right: 80%;
}

OL.first {
 font-family: arial;
 color: #006400;
}

DL.first {
 font-family: serif;
 /*font-family: arial;*/
 color: #ff00ff /* magenta */
}

DT.first {
 font-family: serif;
 font-family: arial;
 color: green
}

DD.first {
 font-family: serif;
 font-family: arial;
 color: blue
}

DD.second {
 font-family: serif;
 font-family: arial;
 color: #ff00ff /*magenta*/
}

A:link {color: blue}
A:visited {color: green}
A:focus {background: blue; color: white}
A:hover {background: blue; color: white}
A:active {color: red; font-weight: bold}
