
/* font size 4 */
.s4{
	font-size: 14px;
	line-height: 130%;
}

/* font size 3 */
.s3{
	font-size: 12px;
	line-height: 130%;
}

/* font size 2 */
.s2{
	font-size: 10px;
	line-height: 130%;
}

/* font size 1 */
.s1{
	font-size: 8px;
	line-height: 130%;
}


/* font size 4 no line-height */
.s4n{
	font-size: 14px;
}

/* font size 3 no line-height */
.s3n{
	font-size: 12px;
}

/* font size 2 no line-height */
.s2n{
	font-size: 10px;
}

/* font size 1 no line-height */
.s1n{
	font-size: 8px;
}


/* link */
A{
	text-decoration:underline;
}
A:visited{
	text-decoration:underline;
}
A:active{
	text-decoration:underline;
}
A:hover{
	text-decoration:none;
}

