body {
	color: #333333;
	text-decoration: none;
}

a {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:visited:hover {
	color: #0033FF;
	text-decoration: underline;
}
a:active {
	color: #3399FF;
	text-decoration: none;
}

.ln {
	line-height:140%;
}

.ln-s {
	line-height:110%;
}


.size8x {
	font-size: 8px;
	line-height:normal;
}
.size5x {
	font-size: 5px;
	line-height:normal;
}
.size3x {
	font-size: 3px;
	line-height:normal;
}

.size10x {
	font-size: 10px;
	line-height:normal;
}

.size14x {
	font-size: 14px;
	line-height:normal;
}

.size16x {
	font-size: 16px;
	line-height:normal;
}

.size24x {
	font-size: 24px;
	line-height:normal;
}


.size1 {
	font-size: 12px;
	line-height:140%;
}

.size2 {
	font-size: 10px;
	line-height:140%;
}
