/*
 * style.css -- HTML style-sheet for phylocode.miketaylor.org.uk
 * $Header: /home/mike/cvs/web/phylocode/comp/style.css,v 1.1.1.1 2002/05/22 18:45:16 mike Exp $
 */
body { color: black; background: white }
h1 { color: #c0e0ff; background: #003060; text-align: center;
	padding: 5px 10px; border: 1px transparent }
h2,h3,h4,h5,h6 { color: #0060c0 }
blockquote { background: #ffe0c0; padding: 0.5em 1em;
	border: 1px transparent }
.navbar { background: #ffffc0; text-align: center;
	padding: 0.5em 2em; margin-top: 2em;
	border-style: solid; border-width: 2px 0px;
}

