@charset "utf-8";
/* CSS Document */

body {
    background-color: #1D0506;
}

table {
	margin-left: auto;
  	margin-right: auto;  
  	width: 70%;
}

a {
  font-family: "Pangolin", cursive;
  font-weight: 400;
  font-style: normal;
  color: white;  
	
}
.pangolin-regular {
  font-family: "Pangolin", cursive;
  font-weight: 400;
  font-style: normal;
}

a.bigger {
	font-size: 24px;
}

a.medium{
    font-size: 20px;
}
p.spaced {
	margin-bottom: 2px;
    margin-top: 2px;
}

p.about-body {
	text-color: white;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
    margin-bottom: 10px;
}

p.bigger {
	font-size: 36px;
}

p.smaller {
	font-size: 16px;
}

p {
    color: white;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 24px;
}

th {
	
  font: italic small-caps bold 36px/1.5 Arial, sans-serif;
  color: white;  
}

.maintitle {
	font-family: 'Permanent Marker';
      font-size: 3em;
      color: #fff;
}

.center-text {
	text-align: center;
}

td p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 12px;
}

tr.first-row td {
  height: 40px;
}
