/* newstyle */
/* Updated 07Feb2005: changed to terminal amber/green/white scheme. */
/* 23Feb05 - changed to allow ul for pages and articles */
.title {
	text-align: center;
}
body {
	background-color: #dddddf; 
/* Yay! We are officially New Age! */
/*	background-image: url('images/testback.png');
	background-attachment: fixed; this is slow */
	color: #000000;
}
img.webbutton {
	width: 88px;
	height: 31px;
	border: 0px;
}
.conf {
	border: 1px;
	border-style: solid;
	width: auto;
	font-family: fixed, sans-serif;
}
div#articles, div#links {
	border: 1px;
	border-style: solid;
	background-color: #ddddee; 
}
table#mtabl {
	width: 80%;
	margin-left: auto;
	border: outset 1px;
	margin-right: auto;
}
div#articles {
	padding: 0px 0px 0px 12px;
	width: 50%;
}
div#links {
	padding: 0px 0px 0px 12px;
	margin-top: 14px;
	width: 30%;
}
ul#linksul {
	padding: 4px 4px 3px 32px;
}
ul#articlesul {
	padding: 4px 3px 4px 30px;
}
p#pfooter,hr#pfhr {
	padding: 0px 0px 0px 0px;
}
.credits {
	font-size: small;
}
.copyright, .update {
	font-size: small;
}
a {
/*	color: #FFC338; */
}
a:visited {
}
.captionbelow {
	padding: 0px 0px 0px 0px;
	font-size: x-small;
}
pre#fortune {
	font-size: x-small;
}
td.bordered {
	border: 1px solid white;
	padding-left: 3px; padding-right: 3px; padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 1px; margin-top: 5px; margin-bottom: 5px;
	clear: both;
}

#links {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#links li {
	padding-left: 10px;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.posted {
}
.subject {
	font-weight: bold;
}
