/* http://mislav.uniqpath.com/2010/04/targeted-css/ */
/* iPhone, Android rules here */
/*@media screen and (max-device-width: 480px) {
  body { margin: 0; }
}*/

BODY { 
  background-color: #bbbbbb;
}

A.NU {
  text-decoration: none;
}

ADDRESS { 
  text-align: center;
  font-size: 0.7em;
}

ADDRESS IMG {
  margin-left: 1ex;
  margin-right: 1ex;
  border: none;
}

IMG.NB {
  border: none;
}

/*white-space:nowrap;*/

.URL { font-family: monospace; }

.error { color: #ff0000; }

.warn { color: #bb0000; }

/* http://www.the-art-of-web.com/css/format-dl/ */
dl.sameline dt {
    float:	left;
    clear:	left;
    font-weight: bold;
    font-size: 0.99em;
}
li {
    clear:	left;
}



