/*
Improv Solutions Stylesheet v1.0
Target: All
Author: Matthew Buchanan
*/

body {
	margin: 0; padding: 20px;
	background-color: #fff;
	font: normal 70%/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, p, form, ol, ul {
	margin-top: 0;
	margin-bottom: 0.75em;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
	line-height: 1.4em;
	margin: 1.25em 0 0.25em;
}

h1, h2, h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 100%;
	line-height: 1.4em;
	margin: 1.25em 0 0.25em;	
}

h5, h6 {
	font-size: 100%;
	margin-top: 0.5em;
	margin-bottom: 0;
}

h5 em, h6 em {
	color: #690;
	font-style: normal;
}

strong {
	font-size: 100%;
}

small {
	font-size: 76%;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

.inline {
	float: left;
	margin: 5px 5px 5px 0;
}

.textbox, .textbox2, textarea, select {
	font: normal 1.25em "Andale Mono", "Courier New", Courier, monospace;
	color: #333;
}

.textbox, textarea {
 	width: 200px;
}

.textbox2 {
	width: 125px;
}

a:link, a:visited {
	color: #690;
}

a:hover, a:active {
	color: #360;
}

.error {
	color: #f00;
	margin-bottom: 0.25em;
}