/*
	This file contains the the typographic rules used throughout the site. Include this file 
	into another stylesheet using - @import url(typography.css);

	Note: @import directives must be placed at the very top of a stylesheet.
*/
p, .faux_p							{ font-size: 12px; line-height: 1.2em; margin: 0 0 10px 0; }
li									{ font-size: 12px; line-height: 1.2em;}
a, a:visited						{ color: #0d8bd9; }
a:hover								{ text-decoration: none; }
h1									{ font-size: 3.6em; font-weight: normal; }
h2									{ font-size: 2.8em; font-weight: normal; }
h3									{ font-size: 2.6em; font-weight: normal; margin: 0 0 10px 0; }
h4									{ font-size: 2.0em; font-weight: normal; margin-bottom: 15px; }

.button:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
