.stext {
	font-size: 70%;
	line-height: normal;
}
.mtext {
	font-size : 90%;
	line-height: 130%;
}
.ltext {
	font-size: 120%;
	line-height: normal;
}





a:link {
	color: #0000CC;
	text-decoration: none;

}
a:visited {
	color: #0000CC;
	text-decoration: none;

}
A:HOVER {
  text-decoration: underline;
  background-color : yellow;
  }



H1{
  font-size : 200%;
  
  
  background-color : navy;
  color : white;
}
H2{
  background-color : #005b00;
  color : white;
  font-size : medium;
}
