/*
 * Main style sheet for derby site.
 * $Id: derby.css,v 1.2 2000/05/11 05:31:28 danello Exp $
 */

body {
	color: 				white;
	background-color:	black;
	font-face:			times new roman, verdana bold, helvetica, sans-serif;
	font-size:			large;
}

h1 {
	text-align:			center;
}

A:link { color: white; }
A:visited { color: white; }
A:active { color: #C0C0C0; }
