/* header = city name in box */
/* header-nav = small navigator at top */
/* conent = main data */
/* nav1 = Menu tabs ? */

.nav1 {
	font-family: Verdana;
	font-size: 10pt;
	color: Fuchsia;
}
.nav1 a {
	text-decoration: none;
	color: #A300A4;
	}

.nav1 a:hover{
	background-color: #4AA7FF;
	text-decoration: none;
	color: #A300A4;
}
.nav1 a:active{
	background-color: transparent;
	text-decoration: none;
	color: #A300A4;
}
.nav1 a:visited{
	color: #A300A4;
}
body {
	margin: 20px;
	padding: 0px;
	background: #90EE90;
 }

 #header {
	font: bolder 10pt Verdana;
	background: Yellow;
	height: auto;
	border: 1px solid black;
	border-top: 1px solid;
	z-index: 2;
	padding-left: 2px;
	}
	
 #header-nav {
	font: bolder 10pt Verdana;
	height: auto;
	padding-left: 5px;
	}
	
pre {text-indent: 30px}

#tabmenu {
	color: #000;
	border-bottom: 0px solid black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }
		
#tabmenu a, a.active {
	color: #DEDECF;
	background: #7B68EE;
	font-size: 0.8em;
	font-weight: bold;
	border: 0px solid black;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; }

#tabmenu a.active {
	background: White;
	color: #7B68EE;
	border-bottom: 0px solid White; }

#tabmenu a:hover {
	color: #fff;
	background: #00008B;
	padding: 9px 5px 15px 5px; }

#tabmenu a.active:hover {
	background: White;
	color: #7B68EE; }

#content {
	font: 10pt Verdana;
	background: White;
	height: auto;
	}

#content a {
	padding: 0px 0px 0px 0px;
	background: transparent;
	text-decoration: none;
	color: #A300A4; }
#content a:active {
	padding: 0px 0px 0px 0px;
	background: transparent;
	text-decoration: none;
	color: #A300A4; }
#content a:hover {
	padding: 0px 0px 0px 0px;
	background-color: #4AA7FF;
	text-decoration: none;
	color: #A300A4;}
.Transport {
	font-family: sans-serif;
	font-size: 10pt;
}
