
/* set default margins to make mozilla/ie the same */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, verdana, georgia, sans-serif;
	font-size: 0.625em;
	line-height: 1.9em;
}

#secondarynav div
{
	line-height: 30px;
	padding-top: 2px;
}

#secondarynav div a
{
	margin-left: 5px;
	font-size: 0.9em;
	text-decoration: none;
}

h2
{
	font-size: 1em;
	margin-bottom: 1em;
}

h3
{
	font-size: 1em;
	margin-bottom: 8px;
}

p
{
	margin-bottom: 1em;
	line-height: 1.3em;
}