/*Copyright (c) 2006-2008 Piotr Drąg */
html {
	padding: 0;
	margin: 0;
	background: #757D22;
	font-family: 'DejaVu Sans', Verdana, Helvetica, Arial, sans-serif;
	color: #EEEE88;
	font-size: 16pt;
}

h1 {
	font-size: 28pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 12pt;
}

a, a:link {
	color: #EEEE88;
	text-decoration: none;
	border-bottom: 1px solid #EEEE88;
}
a:visited {
	color: #D3B667;
}

a:hover {
	background-color: #C75D1B;
}

acronym {
	cursor: help;
	border-bottom-style: dotted;
}

img {
	border-width: 0px;
}
