body {
	background-color: #000000;
	color: #ffffff;
}
a:link {
	background-color: #000000;
	color: #DDDD00;
}
a:visited {
	background-color: #000000;
	color: #DDDDFF;
}
a:hover {
	background-color: #000000;
	color: #FFFFAA;
}
hr {
	height: 5px;
}
hr.half {
	width: 50%;
	height: 1px;
}
hr.third {
	width: 30%;
	height: 1px;
}
.larger {
	font-size: larger;
}
div.photo {
	text-align: center;
}
.font1 {
	font-size: larger;
}
.font2 {
	font-size: x-large;
}
.fontm1 {
	font-size: smaller;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
dt.name {
	font-size: large;
	font-weight: bold;
}
