@import "pygment.css";

body,td,th,notd,blockquote,p,ol,ul {
	font: 14px arial, helvetica, sans-serif;
	color: #000;
}

tt {
	font: 16px courier, times, serif;
}

body {
	margin: 10 10 10 10;
	background-image: url(bg.jpg);
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 130%;
}

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 { 
	border: 1px;
	border-style: solid;
}

.codebox {
	border: 1px;
	border-style: solid;
	background-color: #fee;
	font-size: 75%;
}
