.text1 {
	  font-size: 10px; line-height: 14px;
}
.text2 {
	  font-size: 12px; line-height: 14px;
}
.text3 {
	  font-size: 14px; line-height: 16px;
}
.text3b {
	  font-size: 15px; line-height: 16px; font-weight: bold;
}
.text4 {
	  font-size: 16px; line-height: 18px;
}
.text5 {
	  font-size: 18px; line-height: 20px;
  color : blue;
}
.text5b {
	  font-size: 18px; line-height: 20px; font-weight: bold;
}
.text6 {
	  font-size: 20px; line-height: 22px;
}
.text6b {
	  font-size: 20px; line-height: 22px; font-weight: bold;
}
.text7 {
	  font-size: 22px; line-height: 24px;
}
.text7b {
	  font-size: 22px; line-height: 24px; font-weight: bold;
}
.text9b {
	  font-size: 26px; line-height: 28px; font-weight: bold;
}
.line1 {
	  font-size: 5px; line-height: 5px;
}
a:visited   {
	color : blue;
}
a:hover     {
	color : blue;
}
a:active    {
	color : blue;
}