html {
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	height: 100%;
	background-attachment:fixed;
	background-color:transparent;
	background-image:url(longgrass.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

html#cambridge
{
background-image:url(fountain.jpg);
}


html#gothenburg
{
background-image:url(tram.jpg);
}

html#norwich
{
background-image:url(station_river_pano.jpg);
}

html#websites
{
background-image:url(dasies.jpg);
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

a:link {
    color: #005826;
}

a:visited {
    color: #777;
}

a:hover {
    border-bottom: 1px solid #999;
}

#ft
{
font-size:100%;
color:#005826;
margin-top: 1.5em;
margin-bottom: 0.8em;
}


h3{
font-size:100%;
font-weight:bold;
color:#005826;
margin-top: 1.5em;
margin-bottom: 0.8em;
}

h4{
font-size:90%;
color:#005826;
margin-top: 1.5em;
margin-bottom: 0.8em;
}

p{
font-size:85%;
font-weight:bold;
color:#000000;
margin-top: 1.5em;
margin-bottom: 0.8em;
}


div#nav-menu
{
margin-left: 1em;
padding-top: 1em;
}


ul
{
margin-left: 2em;
}

ul li
{
font-size:90%;
margin-bottom:5px;
color:#005826;
list-style-type: disc;
}