
body {
	background-attachment: fixed;
	background-image: url("bkgr0.gif");
	font-family: "Arial" , serif;
	font-size: 12pt ;
	margin: 60px 80px 40px 80px ;
	}

#container {
   width: 900px;
   margin: 10px;
   padding: 10px;
   font-family: Georgia, serif;
   font-size: 1.2em; 
	margin-right: auto;
	margin-left: auto;
	
}

#content {
   padding: 20px 20px 20px 20px; /* TRBL; this keeps the text from flowing around the sidebar */
   margin-left: 0px;
   text-align: justify;
   
}

.twocolumn {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.threecolumn {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.head {
	font-weight: bold;
	font-size: 1.20em ;
	text-align: left;
	text-decoration: underline;
	padding-top:  20px;
	padding-bottom:  20px;
}

a:link {
	color: #0000ff;
	font-weight: bold;
	}

a:visited {
	color: #000000;
	font-weight: bold;
	}

a:hover {
	font-weight: bold;
	font-size: 14pt ;
	color: #ff0000;
	}

li {
	list-style-image: url("pic/oklahoma_tiny.png");
	} 
