/* type.css */

/* ------------- Typography __________________ */

body {
	font: 72%/1.5  "Myriad Web Pro", Geneva, Helvetica, sans-serif;
}

h2, h3, h4, p, ul, blockquote {
	margin: 0 0 .75em 0;
}

h2, h3, h4 {
	margin-bottom: .15em;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 { font: 240%  "Myriad Web Pro", Geneva, Helvetica, sans-serif;}
h3 { font: 150%  "Myriad Web Pro", Geneva, Helvetica, sans-serif;}
h4 { font: 120%  "Myriad Web Pro", Geneva, Helvetica, sans-serif;}
h5 { font: 120%  "Myriad Web Pro", Geneva, Helvetica, sans-serif;}


#nav_main {
	font: 160%/1.6 bold "Courier New", Courier, monospace;
	letter-spacing: -1.2px;
	word-spacing: -5px
}

.degree {
	font-size: 60%;
	vertical-align:super;
	} 
	

