
body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
h1 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC0000;
}
h2 {
	font-size: medium;
	font-style: italic;
	text-align: left;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: medium;
	font-style: italic;
	text-align: center;
	color: #CC0000;
}
h4 {
	font-size: small;
	font-style: normal;
	text-align: left;
	color: #CC0000;
}
li {
}
hr { color: #CC0000; } 
table {
	background-color: #FFFFFF;
	table-layout: fixed;
	width: 95%;
	vertical-align: top;
}
thead { font-weight: bold;
        color: #CC0000; }

td { vertical-align: top; }

.statecol { 
    width: 15%; 
	font-style: italic;
	text-align: Left;
	font-weight: bold;
	padding-top: 15px;
	color: #CC0000; }
.schoolcol { width: 85%;
			 padding-top: 15px;  }
.content { width: 50%; 
			padding: 1em 1em;}
.nav { width: 50%; 
		padding: 1em 1em;}
.product { width: 30%;
		   text-align: center; }
.slnk {  font-weight: bold;
         color: #000099; } /* if school has multiple locs, this colors school name */		   
.i  {margin-left: 3em; }

a:active { color: red; }
a:visited { color: red; }
a:hover {  }
a:focus { background-color: red; }

