/* @import "/fonts/springsteel-alt.css"; */

.clear
{
	clear: both;
	height: 0;
	visibility: hidden;
}

.superscript
{
	vertical-align: super;
	font-size: 80%;
}

body
{
	background:#fff;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: normal normal normal 80%/1.2em "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
}

h1
{
	color: #069;
	font-size: 200%;
	line-height: 1.5em;
/* 	font: normal 200%/1.5em; */
}

h2
{
	color: #663;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
/* 	font: normal 150%/1.5em; */
}

h3
{
	font-size: 120%;
	font-weight: normal;
}

h4
{
	font-size: 100%;
	font-weight: normal;
}

@media handheld, only screen and (max-device-width: 480px)
{
	body
	{
		font-size: 130%;
		font-weight: normal;
	}
	h1
	{
		font-size: 170%;
		line-height: 1.5em;
		font-weight: normal;
	}
	
	h2
	{
		font-size: 150%;
		line-height: 1.5em;
		font-weight: normal;
	}
	
	h3
	{
		font-size: 130%;
		font-weight: normal;
	}
	
	h4
	{
		font-size: 130%;
		font-weight: normal;
	}
}

a
{
	color: #069;
	text-decoration: none;
}

a:hover
{
	color: #663;
	text-decoration:underline;
}

h2 a
{
	color: #663;
}

img
{
	border: 0;
}

li
{
	padding: 5px 0 5px 0;
}

ul li
{
	list-style: none;
}

div
{
	padding: 0;
	margin: 0;
}
