body {
	background-color: #DBDBDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.nav:link, .nav:active, .nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.smallpenis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	background-color: #D4D0C8;
}
.newsheader1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #936680;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: B4B4B4;
	border-right-color: B4B4B4;
	border-bottom-color: B4B4B4;
	border-left-color: B4B4B4;
	text-indent: 5px;
	background-image: url(images/newsback.gif);
}
.newscontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	list-style-type: circle;
}
.content:link, .content:active, .content:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	text-indent: 10px;
	list-style-type: circle;
}
.content:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	text-indent: 10px;
	list-style-type: circle;
}

.newstitle {
  vertical-align: middle;
  padding-left: 5px;
}

.newsheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #936680;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: B4B4B4;
	border-right-color: B4B4B4;
	border-bottom-color: B4B4B4;
	border-left-color: B4B4B4;
	text-indent: 5px;
	background-image: url(images/newsback.gif);
}.sexyform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #EDEDED;
	border: 1px dashed #999999;
}
.ADDABORDER {
	border: 1px solid #333333;
}
.bushborder {
	border: 10px solid #CCFF00;
}
.sexyformerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFD7D8;
	border: 1px dashed #999999;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #DDD;
	border: 1px dashed #000055;
	margin: 1px;
	padding: 1px;
	font-size: 0.9em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}