/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 1em Arial, sans-serif;
}




/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font: 2em Georgia, Times, serif;
	margin: 0 25px 0 0;
	padding: 0;
	background: url(border.png) repeat-y right;
	
}
h2 a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #c2c2c2;
	padding: 0;
}h2 a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #64964D;
}

h2 {
	font: 1.8em Georgia, Times, serif;
	margin: 0 0 20px 0;
	padding: 0;
}
