/* Body */

body {
  font-family: sans;
  background: #140424;
  color: #dfdfdf;
  font-size: 8pt;
  margin-left: 4%;
  margin-right: 20%;
}

h1 {
	font-size: 16pt; }
h2 {
	font-size: 14pt; }
h3 {
	font-size: 12pt; }
h4 {
	font-size: 10pt; }
h5, h6 {
	font-size: 8pt; }
	
h1, h2, h3, h4, h5, h6 {
	color: #fafafa;
	}

/* Links */

a:link {
  color: #bf9fef;
}

a:visited {
  color: #9a66ca;
}

a:hover {
  color: #ffffff;
}

img.image-link {
  border-style: none;
}

/* Various */

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

.left { 
  text-align: left;
	margin-left: 4%;
}

.center {
 text-align: center;
}

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

/* Index table */

table.index {
  border: 0px;
  padding: 0px;
}

table.with-tile {
  background-color: #0c001c;
}

table.index td {
  padding: 0px;
}

table.index td.thumb img {
  vertical-align: middle;
  border-style: none;  
}

table.index td.text-thumb {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  text-align: center;
  font-size: 50%;
}

table.index td.tiled {
  background-image: url("tile.png");
  background-repeat: repeat-x;
}

table.index td.thumb-dim {
  font-size: 50%;
}

table.index td.thumb-caption {
  font-size: 75%;
  background: none;
}

/* Slides */

table.slide {
  background-color: #000000;
  border-width: 3px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0px;
}

table.slide td.image-slide {
  padding: 0px;
}

table.slide td.image-slide img {
  vertical-align: middle;
  border-style: none;  
}

table.slide td.text-slide {
  text-align: center;
  vertical-align: middle;
  font-size: 200%;
  font-style: italic;
}

/* Headers and footers */

.header {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}
