/*===========================================================================
	Typography.css
===========================================================================*/

/* Defaults
===========================================================================*/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#page {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

/* Primary Content
===========================================================================*/

div#content div#primary-content {
	font-size: 1.2em;
}

div#instructions span {
	font-weight: bold;
}

div#primary-content h3, dl dt {
	font-size: 1.2em;
	font-weight: bold;
}

div#front-listing ul li {
	font-size: 1.2em;
}

div#front-listing ul li ul li {
	font-size: .9167em;
}

/* Forms
===========================================================================*/

/* Primary Nav
===========================================================================*/

ul#primary-nav li {
	font-size: 1.2em;
}