body { background-color: white;
	margin-left: 5%;
 	margin-right: 5%;
	font-size:100%;}
a{
	text-decoration:none;
  }
a:link{color: navy;
			text-decoration: underline;}
a:visited{color: magenta;
			text-decoration: underline;}
a:active{color: black;
			text-decoration: underline;}
a:hover{color: red;
			text-decoration: underline;}

p {color: black;
	font-family: Arial, Helvetica}
	
	
.indent {text-align:left;
	text-indent:10%;}	

.blink {color: red;
	font-family: Arial, Helvetica}
	
.ttop{color: black;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	text-align: right}
.hlt{background-color: #FFFFCC;}	
	
	

h1{color: black;
	font-size: 180%;
	font-family: "Arial Black", Impact, Arial, Helvetica;
	text-align: center;}

h2{color: black;
	font-size: 150%;
	font-family: "Times New Roman";
	font-weight: bold;
	text-align: center;}

h3{color: black;
	font-size: 130%;
	font-family: "Times New Roman";
	text-align: left; }

h4{color: black;
	font-family: Times New Roman;
	text-align: center;}

.mast{
	background-color:#CCFFCC;
	color: green;
	font-size: 15pt;
	font-family: Arial Black;
	text-align: center}


 li
 {list-style-type: square}

.ttext{color: black;
	font-family: Arial, Helvetica;
	text-align: center}
	
.ttextl{color: black;
	font-family: Arial, Helvetica;
	text-align: left}
	
thead{color: black;
	font-family: Arial, Helvetica;
	text-align: center;
	font-weight: bold}
	
a.menu{
			 font-family: Arial;
			 display: block;
			 width: 100%;
			 padding: 1%;
			 margin-bottom: 3%;
			 text-decoration: none;
			 text-align: left;
			 border: 1px solid green;
			 }
a.menu:link{
		background-color: #CCFFCC;
		}
a.menu:visited{
		background-color: #CCFFCC;
		 }	
a.menu:hover{
		text-align: right;
		background-color: white;
				 }
a.menu:active{
		text-align: right;
		background-color: white;
			}
					
								