h1 {
	font-size: medium;
}
body {
	color: #333333;
	line-height: 150%;
	font-size: 16px;
}
.font_small {
	font-size: small;
}
a:link {
	color: #003399;
}
a:visited {
	color: #006600;
}
.font_small_red {
	font-size: small;
	color: #C00;
}

