.small {
	font-size:10px;
	line-height:14px;
}
.normal {
	font-size:12px;
	line-height:14px;
}
.big {
	font-size:14px;
	line-height:14px;
}
a:visited {
	color: #5050ff;
	text-decoration: none
}
a:hover {
	color: red;
	text-decoration: underline
}
a:link {
	color: #3030ff;
	text-decoration: none
}
h1 {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}
