/* typography.css */

body { 
	font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
}
h2, h3, h4, p, ul, blockquote { 
}
h2, h3 { 
	font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	margin:0px;
	font-size:36px;
	color:#5e055e; 
}
h4{
	margin:0px;
	font-size:23px;
	color:#000000;
	margin-bottom:3px;
}
label{
	font-size:12px;
	font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
}
div#nav_main p { 

}
div#site_info p { 

}
li > p {

}
a:link, a:visited { 
	text-decoration : none; 
}
a:link, a:visited { 
	color : #000000; 
}
ul#nav_tools a {
	color : #fff;
} 

