/* www.thomas-holder.de
 * $Id: styles.css,v 0.4presario thomas Exp $
 */

body {
	font-family:monospace;
	background-color:#edc;
	color:#006;

	/* 060328 swap padding and margin */
	padding:8px;
	margin:0;
}

div.topbar {
	margin:-8px;
	margin-bottom:8px;
	background-color:#966;
	padding:1ex;
}

a {
        color:black;
}
a:hover {
        color:#00c;
}

img {
	border:0 none;
}

ul.thumbtable {
	list-style:none inside;
}
ul.thumbtable li {
	text-align:center;
	font:10px sans-serif;
	display:block;
	background-color:#ccc;
	margin:1ex;
	padding:1ex;
	width:150px;
	float:left;
}
ul.fixheight li {
	height:175px;
}
    
table.colnames tr:first-child,
table.rownames td:first-child {
	background-color: #ccc;
	font-weight: bold;
}

pre.code, code {
	background-color: white;
	padding: 10px;
}
code {
	padding: 4px;
}

