/* CSS Document green */

a {
	text-decoration: underline;
	color: #000;
	}
a:link {
color:#999933;
	}
a:visited {
color:navy;
	}
a:active {
color:gray;
	}
a:hover {
	text-decoration: underline;
	}
	
p.quote{
	font-size: 1.1em;
	font-weight:bold;
	font-style:italic;
	color: #999933;
}
p.author{
	font-size: 1.0em;
	font-weight:bold;
	font-style:italic;
	color: #999933;
	text-align:right;
}


p.smallGreen{
	font-size: .8em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	color: #999933;
}

.green{
	color: #999933;
}
.greenbold{
	color: #999933;
	font-weight:bold;
}
