
.content { 
	padding-top: 25px; 
	padding-right: 25px; 
	padding-bottom: 65px; 
	padding-left: 35px; 
	vertical-align: top;
}

.content h1 { 
	margin-top: 0px; 
	margin-bottom: 15px; 
	color : #9B8FA3;
	font-size : large;
	font-weight: normal; 
}
.content p a:link {
	color: #6A8799;
	font-weight: bold;
}
.content a:link {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover {
	color: #9BB7C5;
	text-decoration: underline;
}
.content a:visited {
	color: 7A7281;
	text-decoration: inherit;
}

.siteName { 
	text-transform: capitalize; 
}

