body { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000000; color: #ffff00 }

a { color: #00ffff }

#header * { margin: 0}

#header { 
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px
}

#catlist p { margin-left: 20px }

#content { 
border-top: 1px dotted #c0c0c0;
border-bottom: 1px dotted #c0c0c0;
}

h2 :focus, h2:focus {
	border-bottom: 1px dotted #ff0000;
}

/************** table styles **************/

.datatable, .datatable td, .datatable th {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.datatable th {
	background: #000000;
}

.datatable td, .datatable th {
	padding: 3px
}


