BODY {
	color: Black;
	background-color: #99CC99;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	 scrollbar-base-color: #99CC99;
    scrollbar-arrow-color: #006699;
	margin-left: 5%;
	margin-right: 5%;
	}
A {
	color: #000099;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
    }
A:HOVER {
	color: #006699;
	background-color: transparent;
	text-decoration: underline;
  	font-weight: bold;
	}
A:ACTIVE {
	color: #006699;
	background-color: transparent;
	text-decoration: none;
   font-weight: bold;
	}
A:VISITED {
	color: #006699;
	background-color: transparent;
	text-decoration: none;
   font-weight: bold;
	}
.HIGHLIGHT{
	background-color : #009933;
   }
	 
.CENTER{
	text-align: center;
	}
	 
.STRONG{
	font-weight: bold;
 	}
	 
.CENTERSTRONG{
	text-align: center;
	font-weight: bold;
 	}
	
.IMAGE{
	text-align: center;
	}
	
.MAKERED{
	color: #CC0000;
	}
	
.EMPHASIS{
	font : italic;
	}
	
