.hide,
#headerNav,
#topNav,
#mcapLocalNavWrapper,
#sidebar,
#secondary,
#footer { display: none; }

body
{
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	color: black;
	font-size: 14pt;
	margin: .5in;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

h1 a { border: none; }
h1 { font-size: 175%; }
h2 { font-size: 100%; }
h3 { font-size: 125%; }
h4 { font-size: 110%; }
h5 { font-size: 105%; }
p { font-size: 100%; }

h1,h2
{
	margin: 0 0 .25em;
	font-family: sans-serif;
}

dl { margin-left: 1em; }
dt { font-weight: bold; }
