/* Presentation Stylesheet */ 

html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #ffffff;
	line-height: 1.3em;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}

.sub{
	font-size: 0.8em;
}

.quoted {
	color: #ffea5e;
}

#lh-col p {
	padding-top: 8px;
	margin: 0px;
}

#streetworks p {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1em;
	margin: 0px; padding: 0px;
}

a {
	color: #ffdd00;
	text-decoration: none;
}

a.menu {
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:hover {
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #ffdd00;
}

a.selected {
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #ffdd00;
}


