/* counter-email.css
// 2014.08.28 - Liam Sand 
//
// For css used in "counter-email-test.php"
// 
//
*/


/*
h1 {
	color: #ffc; 
	background-color: #900;
	font-size: 2em; 
	margin: 0; 
	margin-bottom: 0.5em; 
	padding: 0.25em; 
	font-style: italic; 
	text-align: center; 
	letter-spacing: 0.3em; 
	border-bottom-style: solid; 
	border-bottom-width: 0.5em; 
	border-bottom-color: #c00; 
	text-decoration: none;
} 

h2 { 
	color: white; 
	background-color: #090; 
	font-size: 1.5em; 
	margin: 0; 
	padding: 0.1em; 
	padding-left: 1em; 
} 

h3 { 
	color: #c00; 
	font-size: 1.3em; 
}
*/


a.title {
	color: #ffc; 
	text-decoration: none;
}
a.botLink {
	text-decoration: none;
	font-size: 1.15em; 
	margin: 2px 5px 5px 5px; 
}
a.noDecor {
	text-decoration: none;
}


.tight {
	letter-spacing: 0.25px;
	line-height: 70%;
	font-size: .9em;
}

