h2
   {
   text-transform: uppercase;
   word-spacing: 10px; 
   background-image: url(077-c.jpg); 
   /*background-repeat: no-repeat;
   background-attachment: fixed
   background-position: center center; */
   }

h5
   {
   color:red;
   font-weight:900;
   font-family:sans-serif;
   text-indent: 30%;
   }

em
   {
   color:maroon;
   font-size:250%;
   font-weight:900;
   font-style:oblique;
   font-family:Monotype Corsiva, Verdana;
   }

BLOCKQUOTE
   {
   font-style:italic;
   font-family:sans-serif;
   font-size:90%;
   }

.bigred
{
   font-size:30pt;
   color:red;
   font-weight:900;
   font-style:normal;
}

A.topofpage
   {
   font-size:100%;
   font-weight:900;
   }

body
   {
   background-color: white;
   font-family:Bookman Old Style, Book Antiqua, Garamond;
   topmargin="50"
   leftmargin="50"
   }

p
   {
   text-indent: 20px;
   text-align:justify;
   font-size:120%;
   }
p.show { display: block }
p.hide { display: none; }
p.small {line-height: 90%}
p.big {line-height: 200%} 

.box
   {
   padding: 2%;
   border: 4px solid black; 
   width: 350px;
   background-color: silver;
   font-size:9pt;
   }
.box_white
   {
   padding: 1%;
   border-style: hidden;
   position: relative; 
   left: +90px;
   text-indent: 0%; 
   background-color: #CCFFFF;
   }

ol {
   list-style-type: square; 
   }
ul {
   list-style-type: circle;
   } 

.link
   {
   text-decoration: none;
   word-spacing: 1px;
   border: 1px solid maroon; 
   font-weight: normal;
   } 

.clean_link
   {
   text-decoration: none;
   word-spacing: 1px;
   /*border: 1px solid maroon; */
   font-weight: normal;
   } 

span.highlight
{
background-color:yellow
}

