/* 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: white;
/* Yay! We are officially New Age! */
/*	background-image: url('images/testback.png');
	background-attachment: fixed; this is slow */
/* ZAPPA */
	color: black;
	font-family: sans-serif;
}
/*
body.frontpage {
	background-image: url('pix/joe_background.png');
}
*/
img.webbutton {
	width: 88px;
	height: 31px;
	border: 0px;
}
img.webbutton-80x15 {
	width: 80px;
	height: 15px;
	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; 
	color: black;
}
table#mtabl {
	width: 80%;
	margin-left: auto;
	border: outset 1px;
	margin-right: auto;
}
div#articles {
	padding-left: 1%;
	width: 50%;
}
div#links {
	padding-left: 1%;
	margin-top: 2%;
	width: 30%;
}
ul#linksul {
	padding: 1% 1% 2% 10%;
}
ul#articlesul {
	padding: 1% 1% 2% 6%;
}
p#pfooter,hr#pfhr {
	padding: 0% 0% 0% 0%;
}
.disclaimer {
	font-size: xx-small;
}
.credits {
	font-size: small;
}
.copyright, .update {
	font-size: small;
}
a {
/*	color: #FFC338; */
}
a:visited {
}
.captionbelow {
	padding: 0% 0% 0% 0%;
	font-size: x-small;
}
pre#fortune {
	font-size: x-small;
}
.dmcawarning {
	font-size: xx-small;
}
.redtxt {
	color: red;
	background-color: white;
}
.grntxt {
	color: green;
	background-color: white;
}
