body	{
	background: #80FF80;
	}


h1, p	{margin: 6px 6px;}
/* adds space between columns */

#container {
	width: 1000px;
	}

#masthead {
	padding: 10px;
	color: #DF7000; 
	text-align: center;
	font-size: 48px;
	line-height: 100%;
	font-weight: bold;
	font-style: italic;
	font-family: "Comic Sans MS";
	}
	
#links {
	width: 200px;
	height: auto;
	float: left;
	}
	
#main {
	float: left;
	width: 800px;
	}
	
#footer {
	clear: both; /* starts the footer below the floated content */
	text-align: center;
	font-size: 14px;
	line-height: 100%;
	padding: 10px;
	background: #CCFFCC;
	}

p {
	font-size: 14px;
	line-height: 165%;
	}
	
h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	}
	
h2 {
	font-size: 20px;
	font-weight: bold;
	}
	
h3 {
	font-family: "comic sans ms";
	font-size: 36px;
	font-weight: bold;
	color: navy;
	}
		
h4 {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	}

h5 {
	width: 85%;
	font-face: arial;
	font-size: 12px;
	color: #DF7000;
	}
	
table {	
	table-layout: fixed; width: 100%;
	}

tr {	
	vertical-align: top;
	}

td.fc {
	width: 25%;
	font-size: 14px;
	font-style: italic;
	}

td.sc {
	width: 75%;
	font-size: 14px;
	}

td.scfc {
	width: 75%;
	font-size: 20px;	
	font-weight: bold;
	font-style: italic;
	color: #000000;
	}
	
table.dx
	{
	table-layout: fixed; 
	width: 50%;
	line-height: 100%;
	}
	
td.dx
	{
	width: 50%;
	text-align: left;
	font-size: 14px;
	}

table.taxi
	{
	table-layout: fixed; width: 65%;
	}
	
td.taxifc
	{
	width: 30%;
	text-align: left;
	font-size: 14px;
	}

td.taxisc
	{
	width: 70%;
	text-align: left;
	font-size: 14px;
	}
	
table.train
	{
	table-layout: fixed; width: 100%;
	}
	
td.train {
	width: 20%;
	text-align: center;
	font-size: 14px;
	}
	
fieldset {
	font-size: 14px;
	padding: 12px;
	border: medium double #666666
	width: 30em;
	}
	
label {
	width: 15em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
	}
	
input, textarea {
	float: left;
	margin: .5em; 1em;
	width: 400px;
	}

a:link {color: #0000FF}
a:visited {color: #DF7000}
a:hover {color: #000080}
a:active {color: #000080}
