/*global styles to be reused*/
body {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
abbr {
	font-size: .9em;
}
/*starter styles*/
#header h1 {
	font-size: 1.4em;
}
#header h2 {
	font-size: 1.2em;
}
#navigation a {
	text-decoration: none;
	font-size: .8em;
	line-height: 16px;
	text-transform: uppercase;
}
#navigationWrapper h3{
	font-size:  1.5em;
}
#mainContent h3 {
	font-size: 1.4em;
	margin-bottom: 8px;
	font-style: italic;

}
#secondaryContent h4 {
	font-size: 1em;
	margin-bottom: 8px;
}
#mainContent p {
	font-size: .8em;
	margin-bottom: 8px;
}
#secondaryContent p {
	font-size: .9em;
	margin-bottom: 8px;
}
#footer {
	font-size: .8em;
}
em{
	font-style: italic;
}
/*history styles*/
#history span.year{
	font-weight: bold;
}
#history #secondaryContent #attributes{
	font-size: .7em;
}
#history #secondaryContent h3{
	font-size: .9em;
}
#contact #secondaryContent p{
	font-size: .8em;
}