/* external CSS file */
/* filename 'sheet1.css' */
/* NO HTML MARKUP ALLOWED */

body {
background-color: #ffffcc; }

#container {
margin-left: 7%;
margin-right: 7%;
background-color: white;
width: 86%; } 

#header {
text-align: center;
margin: 0% 3% 0% 3%;
padding-top: 2pt; }

#content {
margin: 0% 3% 0% 3%}

div#elsewhere {
font-style: italic; } /* makes text italic for Elsewhere comments */

#footer {
text-align: center;
margin: 0% 3% 0% 3%}

*.underline {
text-decoration: underline; } /* adds a line under any selected element */

em.c1 {
color: red;} /* changes italic text to red */

h1, h2, h3, h4, h5 {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: center; }

p {
color: black;}

p.emph {
text-decoration: underline; 
color: black;}

p.right {
text-align: right; }

p.center {
text-align: center; }

p.left {
text-align: left; }

p.c1 {
font-size: smaller; } /* reduces Last Update font size */

p.c2 {
margin: 0px 60px;
padding: 10px } /* for box contents*/

p.c3 {
border-style: none double double; } /* bottom paragraph of box */

p.c4 {
border-style: none double none; } /* middle paragraph(s) of box */

p.c5 {
border-style: double double none;
font-weight: bold; } /* top paragraph (title) of box */

table.c1 {
margin-left: auto; 
margin-right: auto; } /* centers table except in Windows Internet Explorer 5? 6? 7? */

table.c2 {
float: left; } /* imbeds table in text on left */

table.c3 {
float: right; } /* imbeds table in text on right */

table.c4 { 
float: right; 
padding: 10px 10px 10px 10px; 
margin-right: 60px; } /* boxed ad right, e.g. 1915 Cadillac ad */

table.c5 {
font-size: x-small; } /* reduces table font size to extra small*/

table.c6 {
margin-left: 10px; } /* left margin for right-imbedded table images */

table.c7 { 
float: left; 
padding: 10px 10px 10px 10px; 
margin-left: 60px; } /* boxed ad left */
 
td.c1 {
font-size: smaller; } /* reduces table data cell font size for captions*/

td.c2 {
text-align: center; } /* aligns text in center of table data cell [good for titles] */

th.c1 {
width: 15px;} /* specifies width of column heading */

tr.c1 {
background: #FFCC99; } /* makes row background color tan */

tr.c2 {
background: #99CCFF; } /* makes row background color light blue */

tr.c3 {
text-align: center; } /* aligns text in center of table row [good for titles] */
