.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 : #ffcfb9;
  }



H1{
  font-size : 180%;
  
  
  background-color : navy;
  color : white;
}
H2{
  background-color : #00ce00;
  color : white;
}

