    BODY{	font-family: Times New Roman, Times, Times Roman, serif;
    		color: black;
    		background-color: #E8FFE8;
    		scrollbar-base-color : #C8EEC8; }
    A:link {
		text-decoration: underline; 
		color: blue;}
    A:visited {
		text-decoration: underline; 
		color: blue;}
    A:hover {
		text-decoration: underline; 
		color: red; }
    A:active {
		text-decoration: underline; 
		color: purple;}
   .caption {
   		color : black;
  		font-weight : normal;
		font-size: 70%; 
		font-family : Arial, helvetica;}
   H1 {		text-align : center;
   		text-transform: uppercase;}
   H2 {		text-align : center;
   		text-transform: uppercase;}
   H3 {		text-align : center;
   		text-transform: uppercase;}
   H4 {		font-weight : bold; text-align:left}
   H5 {		text-align : left;
  		font-weight : bold; font-style:italic}
   .menu {	text-align : left;}
   .submenu{	margin-left: 0.7em;}
   p, li {      text-align : justify;}
   .figure {	text-align : center}
   .program { 	font-family : Courier New, Courier, monospace;
   		font-size : 80%;
   		text-align : left;
   		color : gray;}