/* Link appearance */

A:link, A:visited { 
	text-decoration: underline;
	color: #3F933F; }

A:hover { 
	color: #A300CC;
	text-decoration: none }

/* Headers */

h2 {
	display: inline; 
	font-family: Arial, sans-serif; 
	font-size: 12px;
}

h1 {
	display: inline; 
	font-family: Arial, sans-serif; 
	font-size: 23px; 
	color: #A300CC;
}

h3 {
	font-family: Arial, sans-serif; 
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2.lilac-gallery {
    color: #A300CC; 
    display: block;
    font-family: Times New Roman, Times, serif; 
    font-size: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.top {
    margin-top: 0;
}

