/*
 * Basic Netscape 4 compatible style sheet for The World Of Wibble
 * $Id: wow-ns.css, 2002/07/27 $
 */

a:link {color: #080}
a:visited {color: #262}
a:active {color: #666}
h1, h2, h3, h4, h5, h6 {
	color: #609;
	background-color: transparent;
	font-family: Verdana, Frutiger, Homerton, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
p, ul, ol, dl, pre {margin-left: 0.7em}
blockquote {
	font-style: italic;
	background-color: #EEE;
	padding: 0.5em 1em;
	border: none;
}

div.nav a {text-decoration: none}
a.parent, span.self, a.peer, a.child {padding: 0 9px}
span.self, a.peer, a.child {font-weight: bold}
a.parent, a.child {font-style: italic}
div.news p {color: #777}
p.title {font-weight: bold}

table.v th, table.h th {background-color: #DDD}
table.h, table.v td {background-color: #EEE}

.footer {
	background-color: #DDD;
	margin: 0;
	padding: 0.5em;
	border: none;
}
p.credit {
	font-style: italic;
	color: #999;
	text-align: right;
}
.embedleft {float: left}
.embedright {float: right}
div.embedright {
	border: 1px solid #999;
	text-align: center;
}
