 body {
 	/* background-image: url(index_files/w5entbkgnd.jpg); */
	font-family: Verdana;
	font-size=100%
 }



/*	unordered lists use the favicon	*/ 
ul {
	list-style: square url("favicon.ico");

}


/*	text styles	*/
.brownEZ {color: brown; font-size: 150%; font-weight: bold}
.greenEZ {color: green; font-size: 150%; font-weight: bold}
.greenGiant {color: green; font-size: xx-large}

.detail {font-size: small}

.menu {font-size: small}
.menuHeader {font-weight: bold}
.footer {font-size: small; text-align: center}


/*	positioning	*/	
.floatRight {float: right; margin: 5px}
.floatLeft {float: left; margin: 5px}


/*	visible sections	*/

.futureFlash {background-color: #CD853F }
.newsFlash {background-color: #ffdead }
.pastFlash {background-color: #FFF8DC }
.timeStamp {font-size: small; text-align: left}

#table {display: table}
.tStart {display: table }
.tRow {display: table-row }
