/* CSS Typography Style Sheet */
html {font-size: 62.5%;} /* 1em = 10px now */

body {
	font-family: Verdana, Arial, Sans-serif;
}

p {
	line-height: 1.5em;
}

h1 {
	text-align: center;
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
	margin-left: 35px;
}

p#h3 {
	margin-left: 45px;
}

div#indent {
	margin-left: 45px;
	font-size: 0.8em;
}

#tagline {
	color: black;
	font-size: 1.8em;
	
}

#navbar a {
	font-weight: normal;
	color: black;
	font-size: 15px;
	text-decoration: none;
}

#main p {
	font-size: 1.4em;
}

a {
	font-weight: bold;
	color: #3b5998;
}

a:hover {
	color: black;	
}

#footer {
}

#footer p {
	font-size: 1.1em;
}
