body {
	margin: 0;
}

#menu {
	background-color: #333333;
	font-family: Georgia;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
}

#menu>a,#menu>b {
	color: white;
	margin-left: 10px;
}

#menu a:hover {
	color: #6699cc;
}

#content {
	padding: 4% 8% 0 8%;
	font-family: Arial;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 50px;
}

h1, h2, h3{
	font-weight: 100;
}

h1 {
	font-size: 22px;
	border-bottom: 2px solid #557711;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

a {
	color: #6699cc;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

p,li {
	margin-top: 10px;
}

pre {
	padding: 3px;
	border: 1px dashed #ccccff;
	background-color: #eeeeff;
}

textarea {
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #eeeeff;
	width: 100%;
}

div.import {
	border: 1px solid #ffcccc;
	background-color: #ffeeee;
	padding: 2px;
}

table {
	text-align: left;
}

td {
	padding-right: 5px;	
}
