/* style-sheet */

.text10 { font-size: 10px} 

.text12 {
	font-size: 12px;
	line-height: 130%;
} 

.text14 { font-size: 14px} 

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

}
.text16 {
font-size: 16px
}
