/*
	$PU: preferred.css,v 1.3 2007/02/02 02:42:09 brian Exp $

	Copyright (c) 1999-2007, PlanetUnix Networks.
	ALL RIGHTS RESERVED.
*/

body {
	background-color: #000000;
	color: #718c71;
	border-width: 0.0em;
	font-size: 90%;
	font-family: Helvetica, sans-serif;
}
table, td {
	font-size: 100%;		/* XXX match body font size */
	border-color: #718c71;
	border-width: 0.0em;
	border-style: outset;
}
input {
	background-color: #000000;
	color: #718c71;
	border-color: #718c71;
	border-width: 1px;
	border-style: solid;
	padding: 0.05em 0.1em;
	margin: 0.5px;
}
a:link, a:visited, a:active {
	color: #718c85;
	text-decoration: none;
}
a:hover {
	color: #718c60;
	text-decoration: none;
}
img {
	border-width: 0.0em;
}
pre {
	font-size: 80%;			/* XXX match small font size */
	font-family: Helvetica, sans-serif;
}
.normal {
	background-color: #000000;
	color: #718c71;
}
.black {
	background-color: #718c71;
	color: #000000;
	font-weight: bold;
}
.big {
	font-size: 120%;
}
.medium {
	font-size: 100%;
}
.small {
	font-size: 80%;
}
