
body {
	background-color:#FFFFFF;
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}
h1 {
	font-size: x-large;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: red;
}
h2 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	font-variant:  normal;
	text-transform: capitalize;
	color: #000080;
}
h3 {
	font-size: medium;
	font-style: normal;
	text-align: left;
	font-variant:  normal;
	text-transform: capitalize;
	color: #000066;
}

table {
	background-color: #FFFFFF;
	color: #000000 ;
	table-layout: fixed;
	width: 90%;
	vertical-align: top;
}
td { vertical-align: top; padding-top: 1em;}
hr {color: red; height: 5; }

.c1 { width: 75%; }
.t1 {width: 15%; font-weight: bold; } /* state col */
.t2 {width: 60%; } /* school col */
.t3 {width: 40%; } /* ad col */
.t4 {width: 25%; } /* to make 3-column table */
.t10 {width: 100%; }
.t5 {width: 5%; }

li { color: #000000 ; }

.b {font-weight: bold; }
.c {text-align: center; }
.bi {font-weight: bold; font-style: italic; }
.bc {font-weight: bold; text-align: center; }
.r {color: #FF0000; font-weight: bold; font-size: larger;}
.sm {font-size: smaller; }
