/* CSS Document */

h1 {	color:#8cc63f; }

a{
	color:#8cc63f;
	text-decoration:none;
	font-weight:bold;
	}	

a:hover{
	 background-color:#CBE3A4;
	 border-bottom:1px solid #8cc63f;
	 }


.callout{
	border: 1px dotted #ccc;
	margin: 10px;
	color: #8cc63f;
	text-align:center;
	}


#nav a:hover{
		border-bottom: 2px solid #8cc63f;
		background-color: #d9d9d9;
		
		}
	


.heavyList li{ margin-bottom:15px; }