/*
 * style.css -- HTML style-sheet for The Dinosaur FAQ
 * $Header: /home/mike/cvs/web/dinofaq/comp/style.css,v 1.1.1.1 2002-08-27 11:10:16 mike Exp $
 */
body { color: black; background: white }
h1 { color: #ffffc0; background: #004000; text-align: center;
	padding: 5px 10px; border: 1px transparent }
h2,h3,h4,h5,h6 { color: #004000 }
a { text-decoration: none }
.noul { text-decoration: none }	/* currently the default: see prev. line */
.disabled { color: #808080 }
.btw { color: #404040; font-size: 70%; padding: 0 4em }
.heading { color: #004000; font-weight: bold }
.note { color: red; background: #ffffc0; font-size: 70%;
	padding: 1em 2em; border: 1px transparent }
.email { white-space: pre; font-family: monospace; background: #ffffc0;
	padding: 1em 2em; border: 1px transparent }
.extract { background: #ffffc0;
	padding: 5px 10px; border: 1px transparent }

