A:link {
	text-decoration: ;
	}
A:visited {
	text-decoration: ;
	}
A:hover {
	text-decoration: ;
	}

BODY {
   background-color:white; 
   font-family:Arial,Helvetica;
   padding: 8px 8px 0em 8px; 
   border: 0em;
  }

.title {
   color:green;
   text-align: left; 
   font-size: 24pt;
   font-weight: bold;
   text-transform: capitalize;
  }

.subtitle {
   text-align: left;
   color: green;
   font-weight: bold;
   text-transform: capitalize;
  }

.sectionheading {

   color: green;
   font-weight: bold;
   text-transform: capitalize;
  }

UL {
   list-style-type: disc;
  }

ol li {
   list-style: upper-decimal;
   color: green;
   font-weight: bold;
 }

ol ul li {
   color: black;
   font-weight: normal;
 }

.equation {
   text-align: center;
  }

.normal {
   color: black;
   font-size: 12pt;
   font-family: Arial, Helvetica;
  }
/*hint definition*/







