/*
	aw.css
	
	Alexander-Wright.com Stylesheet.
	
	Contains list & nav styles for the Alexander Wright website.
	
	© Alexander Wright, 2013
	
	
	Green Colour:	#339933 - on white backgrounds
					#66cc66 - on black backgrounds
	
	
 */
 
 

ul{
	list-style-type:		none;
	margin:					0;
	padding:				0;
}

li {
	padding:				10px 5px 5px 5px;
	font-weight:			normal;
	font-size:				1em;
	text-decoration:		none;
	
}

li h2 {
	color: 					#000000;
}

li a {
	text-decoration:		none;
}

li a:hover {
	text-decoration:		underline;
}