﻿@import url("reset.css");
@import url("text.css");

/* AAF Illinois Website */
/* print.css */

body {
	color: #000;
}

#header ul,
#navigation {
	display: none;
}

#header h1 a {color: #000 !important }
#header h1 { margin-bottom: 0 }
#header p { margin-top: 0.5em }

#content h1 {
	margin-top: 1em;
	margin-bottom: 0.6em;
}

hr {
	height: 0;
	border: 1px solid #000;
	background: #000;
	background-image: none;
	margin-top: 2em;
	margin-bottom: 2em;
}

table {
	margin-left: 2px;
}

th[scope="col"], thead th {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
