
/*
 *TYPOGRAPHY
 */
body
{
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 70%;
}

p, ul, ol
{
	display: block;
	margin: 0 0 10px 10px;
}

ul li, ol li
{
	margin-bottom: 10px;
}

table
{

}

form, select, option, input, textarea, pre, button, submit, reset, file
{
	margin: 0;
}

h1, h2, h3
{
	text-align: left;
	margin: 0 0 10px 10px;
	letter-spacing: -1px;
}

h1
{
	margin-top: 10px;
	font-size: 200%;
	font-weight:bold;
	color:#555;
	text-transform: uppercase;
}

h2
{
	font-size: 150%;
	color:#555;
}

h3
{
	font-size: 160%;
	color:#f00;
}

a:link, a:visited, a:active
{
	color:#555;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color:#f00;
}



