.smalltext{ font-size: 80%}
.redtext{ color: #ff0000;
         font-weight: 600;
   }
.blueback{background-color: #99ccff;
   }
.note{font-weight: 600;
      color: #000000;
	  }
H2{
	border-left : thick solid Maroon;
	border-right : thick solid Maroon;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	color: maroon;
	font-family : "Dom Casual";
	font-size : 200%;
   background-color: #cccc99;
   font-weight: 600;
   }

H3{
	border-left : thick solid Maroon;
	border-right : thick solid Maroon;
	margin-left: 5%;
	margin-right: 50%;
	text-align: center;
	color: maroon;
	font-family : "monospace", "Arial", "Bauhaus 93", "Fixedsys" ;
	background-color : #99cc99;
	font-size : 125%;
   }

H4{
	border-left : thin solid Maroon;
	border-right : thin solid Maroon;
   border-top: thin solid Maroon;
   border-bottom: thin solid Maroon;
	margin-left: 5%;
	margin-right: 60%;
	text-align: center;
	color: maroon;
	font-family : "monospace", "Arial", "Bauhaus 93", "Fixedsys" ;
	background-color : #99ccff;
	font-size : 115%;
   }

   H5{
	color: maroon;
	font-family : "monospace", "Arial", "Bauhaus 93", "Fixedsys" ;
	font-size : 90%;
   font-weight: 600;
   margin-left: 5%;
   }
P {margin-left: 5%;
   color: 000000;
   font-size: 100%;
   font-weight: 500;
   color: #660000;
      }
	  
UL{list-style-type : square;
	color: maroon;
	margin-left: 5%;
}

TABLE {
	border : solid Maroon;
}
TD{color:#660000;
   }
TH{color:#006600}
IMG {border-color: maroon;}
