@import "pygment.css";

body,td,th,notd,blockquote,p,ol,ul {
	font: 16pt sans-serif;
	color: #000;
}

tt,code {
	font: 16pt serif;
	background: #ddd;
}

body {
	margin: 10 10 10 10;
	background-image: url(bg.jpg);
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}

label {
	font-weight: bold;
}

a, a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: underline;
}

img {
	background: transparent;
	border: 0px
}

th {
	font-weight: bold;
}

.maintable {
	padding: 10 10 10 10;
	border: medium solid #444;
	background-color: #fff;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.thinborder, .thinborder td {
	border: 1px solid black;
	border-collapse: collapse;
}

.indented {
	margin: 20px 10px;
}

.codebox {
	margin: 20px 10px;
	padding: 5px;
	border: 1px;
	border-style: solid;
	background-color: #fdd;
	font-size: 75%;
	font-weight: normal;
	overflow: auto;
}

.fixedwidth {
	width: 700px;
	font-weight: normal;
}

.compacttable {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}

tr.row0, td.row0 {
	background: #ddd;
}

tr.row1, td.row1 {
	background: #eee;
}

.warning {
	color: #c00;
}
