/* CSS Document */

h1 {
font-size : 16px;
font-weight : bold;
color : #79b430;
margin-top:0px;
margin-bottom:0px;
padding:0px;
line-height: 19px;
clear:both;
}

h3 {
font-size : 16px;
font-weight : bold;
color : #79b430;
margin-top:0px;
margin-bottom:0px;
padding:0px;
line-height: 19px;
}



a:link {
	color: #79b430;
	text-decoration:none;
}
a:visited {
	color: #79b430;
	text-decoration:none;
}
a:hover {
	color: #ff9900;
	text-decoration:none;
}
a:active {
	color: #79b430;
	text-decoration:none;
}


h1 a:link{
	color: #79b430;
	text-decoration:none;
}
h1 a:visited{
	color: #79b430;
	text-decoration:none;
}
h1 a:hover{
	color: #ff9900;
	text-decoration:none;
}
h1 a:active{
	color: #79b430;
	text-decoration:none;
}

h2 a:link {
	color: #000000;
	text-decoration:none;
}
h2 a:visited {
	color: #000000;
	text-decoration:none;
}
h2 a:hover {
	color: #ff9900;
	text-decoration:none;
}
h2 a:active {
	color: #000000;
	text-decoration:none;
}

h3 a:link{
	color: #79b430;
	text-decoration:none;
}
h3 a:visited{
	color: #79b430;
	text-decoration:none;
}
h3 a:hover{
	color: #ff9900;
	text-decoration:none;
}
h3 a:active{
	color: #79b430;
	text-decoration:none;
}

#tombstone {
margin-top:15px;
margin-bottom:15px;
}

#tombstone .nomargin{
margin-right:0px;
}

.thingreenline {  
 border: 1px #79b430 solid;
 padding: 5px;
 margin: 10px;  
 }