/*	green style sheet for nondeus v 1.1
 *	refreshing green and white style
 * previous colours used:
 *
 * color: #6B2525
 * color: #3d465b
 * color: #232732
 */

body {  
	background-color: #fff;
	color: #666;
	font-family: georgia;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}

p {
	margin-left: 3em;
	margin-right: 3em;
}

pre {
	margin-left: 6em;
}

ol { 
	list-style-type: decimal;
}

ol ol { 
	list-style-type: lower-alpha;
}

ol ol ol { 
	list-style-type: lower-roman;
}

a	{
	color: green;
	font-family: serif;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
	}

a:hover {
	color: blue;
	text-decoration: underline;
}

