/*
 * style.css -- HTML style-sheet for www.pipedreaming.org.uk
 * $Header: /home/mike/cvs/web/pipedreaming/comp/style.css,v 1.4 2007/03/04 22:51:52 mike Exp $
 */
body {
	color: black;
	background: white;
	font-family: Helvetica, "Sans Serif", Sans;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, "Arial Black", "Sans Serif", Sans;
}
h1 {
	background: #f0f0d0;
	text-align: center;
	padding: 5px 10px;
	border: 1px transparent;
}
h2,h3,h4,h5,h6 {
	color: #808080;
}
blockquote {
	background: #ffffe0;
	padding: 0.5em 1em;
	border: 1px transparent;
}
.navbar {
	width: 10em;
	background: #f0f0d0;
	padding: 0.5em 1em;
	border-style: solid;
	border-width: 0px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
a {
	text-decoration: none;
}
