.center { 
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  font-family: "Courier New", Courier, mono;
  background: #333333;
  color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
  background: transparent;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
  background: transparent;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	background: transparent;
}

.small {
  font-size: 75%;
}

.large {
	font-size: 200%;
	font-weight: bold;


}

.tiled {
	background-image:  url(.tile.png);
	background-repeat: repeat-x;
	background-color: #000000;
	padding: 0;
}

.thumb {
  background-color: #000000;
  text-align: center;
  vertical-align: middle;
}

.slide {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
