<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

OCDB (Online CD Database)
Copyright(C) 2003-2005 Noel Whelan
Garm Open Project, LLC

OCDB is offered freely and complies with the terms of the
GNU General Public License (GPL), on which information can be 
obtained online here: http://www.gnu.org/licenses/gpl.txt. 
It is given with the intent of being worthwhile; but
includes no warranty, implied or otherwise.

*/

a:link, a:visited {
	color: white; text-decoration: none;
}
a:hover, a:active {
	color: #82817d; text-decoration: underline;
}

body {
	background-color: #b9b8ae;
	color: black;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 108px 18px 0px;
	padding: 0px;
}

b {
	color: #333;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

div { display: block; }

img { border: 0px; }

input, select, textarea {
	background-color: white;
	border: 1px inset #82817d;
	color: black;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
select.incl {
	background-color: #82817d;
	color: white;
}

p { display: block; padding: 0px; }

table { border: 0px; }
td { padding: 0px; }

.center {
	text-align: center;
}

.checkbutton {
	background-color: #b9b8ae;
	border: 0px;
}

.content {
	margin: 0px 0px 0px 18px;
	padding-bottom: 18px;
}

.close {
	display: block;
	margin: 0px 0px 0px 18px;
}
.close a:link, .close a:visited {
	color: white; text-decoration: underline;
}
.close a:hover, .close a:active {
	color: black; text-decoration: none;
}
</pre></body></html>