a:link {  font-weight: bolder; color: #0000CC; text-decoration: none}
a:visited {  font-weight: bolder; color: #1F5285; text-decoration: none}
a:active {  font-weight: bolder; color: #FF0000; text-decoration: underline}
a:hover {  color: #0000FF; text-decoration: underline}
a.head:link {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}
a.head:visited {
	font-weight: bolder;
	color: #EBEBEB;
	text-decoration: none;
	font-size: 18px;
}
a.head:active {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
}
a.head:hover {
	color: #FF9900;
	text-decoration: none;
	font-size: 18px;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
p {
	font-family: "Courier New", Courier, monospace;
}
.couriertext {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
.photoleft {
	margin-right: 15px;
}
.photoright {
	margin-left: 15px;
}

