/* -------------------------------------------------------------- 

   typography.css
   * Reset and define typography styles
   
-------------------------------------------------------------- */


body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

p { 
	margin:0 0 1em 0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color: #5a1c5b;
	line-height:1.2em;
	margin-bottom:1em;
}
h1 {
	font-size:25px;
	margin-bottom:0.5em;
	font-weight:normal;
}
h2 {
	font-size:20px;
	color: #300631;
	margin-bottom:0.5em;
	margin-top:1em;
}
h3 {
	font-size:14px;
	color: #300631;
	margin-bottom:1em;
}

h5 {
	font-size:20px;
	color: #5a1c5b;
	margin-top:2em;
}

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

strong {
	font-weight:bold;
	color: #5a1c5b;
}

hr {
}

ul {
	margin:0 0 1em 1.2em;
}

ol {
	margin:0 0 1em 1.8em;
}

.sitemap ul {
	list-style:disc;
	margin:0 0 0 6em;
}
.sitemap a {
	color: #333;
}

