

/* TYPOGRAPHY */
body
{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
}

img
{
	border: 0;
}

/* LINKS */
a, a:link, a:active
{
	text-decoration: none;
	background-color: transparent;
}
a:visited
{
	background-color: transparent;
}
a:hover
{
	text-decoration: underline;
}
/* END LINKS */

/* HEADINGS */
h1
{
	font-size: 1em;
	color: black;
}
h2
{
	font-size: 1.5em;
}
h3
{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
h4
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
h5
{
	font-size: 1.1em;
}
h6
{
	font-size: 1em;
}
/* END HEADINGS */

/* TEXT */
p
{
	font-size: 1em;
	color: #5A5A5A;
}
/* END TEXT */


/* CONTENT */

ul li
{
	font-size: 0.9em;
	color: #5A5A5A;
}




/* END TYPOGRAPHY */