body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 25px;
	margin-right: 20%;
	margin-top: 25px;
}
.style1 {font-size: 15px; font-variant: small-caps;
			}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}

/* retarded table bullshit */

.deck-table {
  border-collapse: collapse;
}

.deck-table td {
  vertical-align: top;
  padding-right: 5px;
}

.deck-table h3 {
  margin: 0.5rem 0 0.25rem 0;
}

.deck-table ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0.75rem 0;
}

.deck-image-cell img {
  max-width: 100%;
  height: auto;
}

.deck-table {
  border-collapse: collapse;
  width: 100%;
}

/* columns */
.deck-table td {
  vertical-align: top;
  padding: 0 1.25rem 0 0;
}

/* category boxes */
.deck-table section {
  padding: 5px 8px;
  margin-bottom: 5px;
  background-color: black;
  border-left: 2px solid grey;
}

/* horizontal divider between categories */
.deck-table h3:not(:first-of-type) {
  border-top: 2px solid #666;
  margin-top: 5px;
  padding-top: 0.6rem;
}


/* headings */
.deck-table h3 {
  margin: 0 0 0.4rem 0;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #444;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: lavenderblush;
}

/* lists */
.deck-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.deck-table li {
  padding: 2px 0;
  font-size: 15px;
  line-height: 1.25;
  border-bottom: 1px dotted #333;
}

.deck-table li:last-child {
  border-bottom: none;
}

/* image */
.deck-image-cell {
  padding-left: 5px;
}

.deck-image-cell img {
  max-width: 100%;
  height: auto;
  border: 1px solid #444;
}
