
A:link {
	text-decoration: none; 
	color: #EE7F2D;
}
A:visited {
	text-decoration: none;
	color: #aa4400;
}
A:active {
	text-decoration: none;
	color: #552200;
}
A:hover {
	text-decoration: underline;
	color: #007700;
}

BODY {
	font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
	background-color: black;
	color: #999999;
}

hr {	margin: 20px 0 20px 0;
}

H1 {
	margin: 0 0 0 0;
	font-size: 2em;
	font-weight: normal;
	color: #999999; 
}

h2 {
	font-weight: normal;
	margin: 0;
	color: #999999; 
}

H3 {
	font-weight: normal;
	margin: 0;
	color: #999999; 
}

IMG {
	border: 0;
}

.tile {
	max-height: 150px;
	max-width: 150px;
	padding: 3px;
}

.tiles {
	clear: both;
	background: black;
	border: 3px solid #555555;
	width: 770px;
}

div.figure {
  float: left;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

