/* last updated by david 31/03/2008 */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}

p {
	line-height: 130%;
}

a:link, a:visited {
	color: #B2BB1D;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	color: #B2BB1D;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #B2BB1D;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #B2BB1D;
	font-size: 13px;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 0;
}

img {
	border: 0;
}

ul, ol {
	padding-left: 2em;
}

li {
	padding-bottom: 0.25em;
}

pre {
	font-family: monospace;
	font-size: 80%;
}

strong {
	font-weight: bold;
}

emphasis {
	font-style: italic;
}

.accessible {
	display: none;
}

.error {
	color: #CC0000;
}