@charset "utf-8";
.font {
	font-size: 24px;
	font-weight: bold;
	font-family: "Baskerville Old Face";
	text-align: center;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #09F;
	font-size: 24px;
	text-align: center;
}
.border {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #69F;
	border-right-color: #69F;
	border-bottom-color: #69F;
	border-left-color: #69F;
}
.font {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}
.smallerfont {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.links {

}
