/** Text */

p, form {
	color: black;
	font-size: .75em;
	line-height: 1.65em;
	text-align: left;
	font-weight: normal;
	padding: 0;
	margin: 20px 50px;
}

p, strong, em, body, ul, ol, td, th, form, h1, h2, h3, h4 {
	font-family: "Trebuchet MS", sans-serif;
}

p a:link, strong a:link, em a:link,
p a:visited, strong a:visited, em a:visited {
	text-decoration: none;
}

p a:hover, strong a:hover, em a:hover,
p a:active, strong a:active, em a:active {
	text-decoration: underline;
}

/** Headers */

h1 {
	font-size: 200%;
	line-height: 120%;
	text-align: left;
	font-style: normal;
	padding: 0;
	margin: 20px 50px;
}

h1 a:link,
h1 a:visited {
	text-decoration: none;
}

h1 a:hover,
h1 a:active {
	text-decoration: underline;
}

h2 {
	font-size: 160%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 20px 50px;
}

h2 a:link,
h2 a:visited {
	text-decoration: none;
}

h2 a:hover,
h2 a:active {
	text-decoration: underline;
}

h2 span {
	color: #333;
	font-size: 60%;
	font-style: italic;
}

h3 {
	font-size: 120%;
	line-height: 120%;
	text-align: left;
	padding: 0;
	margin: 20px 50px;
}

h3 a:link,
h3 a:visited {
	text-decoration: none;
}

h3 a:hover,
h3 a:active {
	text-decoration: underline;
}

h3 span {
	color: #333;
	font-size: 60%;
	font-style: italic;
}

h4 {
	font-size: 100%;
	line-height: 120%;
	text-align: right;
	padding: 0;
	margin: 20px 50px;
}

h4 a:link,
h4 a:visited {
	text-decoration: none;
}

h4 a:hover,
h4 a:active {
	text-decoration: underline;
}