@charset "utf-8";
/* CSS Document */

body {
  background-color: #cc0000;
}

body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content td {
  font-size: 10pt;
  color: white;
}
#content blockquote {
  font-size: smaller;
  padding: 0;
  margin: 0;
}
#content h3, #content h4 {
  padding: 0;
  margin: 0;
}

ul.nobullets {
  list-style-type: none;
}

ul.lipadding li {
  padding-bottom: 15px;
}

body.intro {
  background-color: black;
}

a {
  color: #cc0000;
}

a.intro:visited {
  color: red;
}
a:visited {
  color: #949494;
}

.red {
  color: red;
}

.darkred {
	color: #cc0000;
}

.cc0000 {
  color: #cc0000;
}

.white {
  color: white !important;
}

.black {
  color: black;
}

.blink {
  text-decoration: blink;
}
.small {
	font-size: small;
}
.smaller, #signup p, #signup li {
	font-size: smaller;
}
.x-small {
	font-size: x-small;
}
.xx-small {
	font-size: xx-small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.larger {
  font-size: larger;
}
.x-large {
	font-size: x-large;
}
.xx-large {
	font-size: xx-large;
}
.noindent {
  margin-left: 0;
  padding-left: 0;
}

.justify {
  text-align: justify;
}

.fightlikeagirl h3 {
	text-align: left !important;
	padding-bottom: 25px !important;
	color: #cc0000;
}

table#content {
  background-color: black;
}
td#content {
  background-color: black;
}

#signup td {
	text-align: left;
}

.inline-list li {
	display: inline;
}