body        {background-color: #ccccff;
             margin-left: 18%;
						 margin-right: 10%;
						 margin-top: 5%;
						 margin-bottom: 10%;
             font-family: Arial, Helvetica, sans-serif;
						 font-size: 1.2em;
						 text-align: justify;
						 color: #000000;
             }
						 
h1 {font-size: 250%;
    color: #000000;
    font-family: cursive;
    font-style: oblique;
    font-variant: small-caps;
		text-align: left;
    }

h2 {font-size: 225%;
    color: #000000;
    font-family: cursive;
    font-style: oblique;
    font-variant: small-caps;
		text-align: left;
    }

h3 {font-size: 200%;
    color: #000000;
    font-family: cursive;
    font-style: oblique;
    font-variant: small-caps;
		text-align: left;
    }

h4 {font-size: 175%;
    color: #000000;
    font-family: cursive;
    font-style: oblique;
    font-variant: small-caps;
		text-align: left;
    }

h5 {font-size: 150%;
    color: #000000;
    font-family: cursive;
    font-style: oblique;
    font-variant: small-caps;
		text-align: left;
    }

h6 {font-size: 125%;
    color: #000000;
    font-family: cursive;
    font-style: oblique;
    font-variant: small-caps;
		text-align: left;
    }
		
p {font-family: Arial, Helvetica, sans-serif;
   font-size: 100%;
   color: #000000;
   }

.iewarning {font-size: 75%;}
	 
pre {font-family: monospace;
     font-size: 95%;
     color: #333333;
     }
		 
blockquote {font-size: 95%;
            font-family: Arial, Helvetica, sans-serif;
						color: #333333;
						}

b {font-weight: 800;}

a {font-variant: small-caps;
   font-weight: 600;}

a:link {color: #0000ff;}
a:visited {color: #990000;}
a:hover {color: #ff0000;}

.topaz  {border-width: .5em;
         border-style: outset;
				 border-color: #ffcc66;
				 }

div.nav {text-align: center;
         position: fixed;
         top: 20%;
			   left: 2%;
			   width: 15%;
         }

div.nav:hover {background-color: #ccffcc;}

table {font-size: 1em;
       }