/* Global whitespace reset 
* {
	margin:0;
	padding:0;
}
*/

/* Typography */
body {
	font: 0.8em/1.2em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
}
.tagline {
	font-style: italic;
	text-align: center;	
}

h1,h2,h3,h4{
	text-align: center;
}

hr{
	background: #7a974d;
	border: #7a974d;
	color: #7a974d;
	height: 1px;
}

/* Links */
a,
a:active,
a:link
{
	text-decoration: none;
	color: #7a974d;
	border-bottom: 1px dotted;
}

a:visited
{
	text-decoration: none;
}
a:hover
{
	color: #576c36;
	border-bottom: 1px solid;
}

p.note
{
	font: 0.8em;
	text-align: center;
}
form{
	text-align: center;
}

fieldset
{
	border: none;
}

img
{
	border: none;
}
