html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #fff url('/External.png') center center fixed no-repeat;
	color: #333;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Georgia, Geneva, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #090;
}

h1 {
	font-size: 300%;
	border-bottom: .1em dotted #f90;
}
h2 {
	font-size: 250%;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 150%;
}

h1 span {
	font-size: 50%;
}

a, a:link, a:visited, a:active {
	color: #090;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	margin: auto;
	background: #eee;
	border: 1px solid #f90;
}
legend {
	color: #090;
}
code {
	font-size: 150%;
	background: #ffe;
	padding: .2em;
}
.mini {
	color: #999;
	font-size: 50%;
}
