﻿.main { margin-top: 35px; }


.main h2 { text-align: center; }


.main h2 a:link {
	border-bottom: 1px red solid;
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	color: #1e1e1e;
}


.main h2 a:visited {
	border-bottom: 1px red solid;
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}


.main h2 a:hover, .main h2 a:focus { border-bottom: 1px blue solid; }


#content {
	margin-top: 15px;
	padding-top: 0px;
}


.tight {
	margin-top: -.8em;
	text-align: center;
	margin-bottom: 3.5em;
}


