/* To Do:  put a : after a dt  */



body {
    font:	12pt Georgia, "New Century Schoolbook", Times, serif;
    background:white;
    color:black;
	text-align:left;
    margin-left:0.5in;
}

	h1,h2,h3,h4,h5,h6, li, dd, dt {
	    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	}

.side {
	padding:3pt 12pt 3pt 12pt;
	border:1px solid black;
	margin: 5px 5% 5px 5%;
}

address {
	white-space:pre;
    }

ul.menu {
    display:none;
}

.hidden, .noprint {
    display:none;
}

dt {
    font-weight:bold;
}

dt:after {
    content: ":";
}

p {
    max-width: 80em;
}


a:link, a:visited {
   background: transparent;
   color:black;
   font-weight: bold;
   text-decoration:none;
   }

a:link:after, a:visited:after {
    color:black;
    content: " <" attr(href) "> ";
    border-bottom : none;
    font-size: 75%;
    font-weight: normal;
   text-decoration:underline;
   }
a[href^="/"]:after {
    color:black;
    content: " <http://www.bikealameda.org" attr(href) "> ";
    border-bottom : none;
    font-size: 75%;
    font-weight: normal;
   text-decoration:underline;
   }
a[href^="javascript"]:after {
    content: "";
    border-bottom : none;
   }

