body {

background-color: seashell;

background-image: url(canvas.gif);

background-attachment: fixed;

}


h2 {background-color: DarkGrey; 

padding: 2%;

margin: 5%;

border-style: double;

border-width: sienna;

border-color: green; 

}


h1 {background-color: purple; }

th {background-color: seashell; }            /* table heading style */

td {background-color: white; }               /* table cell style */


h1,h2,h3 {

font-family: arial, sans-serif;

color: sienna;
}


h1 {

color: black;

text-align: center;

letter-spacing: 0.1em; 

border-color: red;

border-style: dashed;

border-width: 0.1em;
}


hr {color: sienna;}


p {

font-family: arial, helvetica, sans-serif;

font-size: 12pt;

margin-left: 0.6in;

text-align: justify; 

margin-right: 0.6in; }


strong {

font-weight: bold;

font-style: italic;

color: red;}


h4 {font:italic bolder 14pt Arial, Helvetica;}


a:link {color: brown; text-decoration: none;}

a:visited {color: brown; text-decoration: none;}

a:hover {color: red; font-weight: bold; text-decoration: underline; }

a:active {color: red;}


th, td {padding: 0.5em;}


img.right {float: right; margin-left 5px; padding-left: 2%; }

img.left {float: left; margin-right 5px; margin-bottom 10px; padding-right: 2%; }


h3.right {text-align: right;}

h3.cent {text-align: centre;}


div.frame {

background-color: seashell;

margin: 2%;

border: 2px sienna outset;

}


div.frame1 {

background-color: Tan;

margin: 2%;

border: 2px grey outset;

}
