td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	letter-spacing: 3px;



}
.blackText {
	color: #000000;
}
a {
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 1px 0px 3px 10px;
	padding: 1px 0px 3px 10px;
	list-style-type: square;

}
.darkLink {
	color: #333366;
}
.photoFrame {
	margin: 5px;
	padding: 5px;
	border: thin dotted #66CC00;
	float: right;
	text-align: center;

}
.subheading {
	font-weight: bold;
	color: #FFFFCC;
}
.smalltext {
	font-size: 10px;
}
