.stext {
	font-size: 70%;
	line-height: normal;
}
.mtext {
	font-size : 100%;
	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: #ffff00;
  COLOR:#000000 ;}



H1{
  font-size : 200%;
  
  
  background-color : blue;
  color : white;
}
H2{
  background-color : #009900;
  color : white;
}

