body {
 /* background: #faf0e6;  linen*/
 background: #fffaf0; /*Floral white*/
 /* background: # eee9e9; Snow 2*/
 font-family: arial, helvetica, san-serif;
}

h1 {
 color:#ffffff; 
 /*background: #d3d3d3;*/
 background: #778899;
 font-family: arial, helvetica, san-serif;
 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; 
}

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

hr {
 size: 3;
}

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

table {
 margin-left: 5%;
}

table tr, table td, { 
/* tr, td, th { */
 text-align: left;
 color: #000000;
 border: none;
 width: 50%;
}

th {
 text-align: center;
}

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}

