/* This is the default green 'skin' for the screen media type. */
/* Copyleft (c) 2002-2004 Jonas Fonseca <fonseca@diku.dk> */

body	{ color: #000; background: #fff; }
a	{ color: #124; background: transparent; }
h2, h3	{ border-bottom: 1px solid #124; }
dt	{ font-weight: bold; }

pre
{
	color: #124;
	background: #e8d4c2;
	border: 1px solid #124;
	font-weight: bold;
}

.header, div.footer
{
	border-top: 2px solid #124;
	border-bottom: 2px solid #124;
	color: #124;
	background: #d9d8d1;
}

div.footer a:visited,
.header a:visited	{ color: #124; background: transparent; }

table.releases,
table.ccmd,
table.bugmail		{ border: 2px solid #124; }

table.bugmail th,
table.releases th,
tr.odd td		{ background: #d9d8d1; color: #124; }

table.ccmd td.g		{ background: #e9e8e1; color: #124; }
