.links {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #F8F8FF;
	text-decoration: underline;
}
.links2 {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #F8F8FF;
	text-decoration: underline;
}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #F5F5F5;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #F5F5F5;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #00CCFF;

}
.titles {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
}
.body {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
.body2 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: italic;
}
