BODY {
 background-color: #729fcf;
 color: black;
/* margin: 0px; */
 text-decoration:  none;
 font-family:      sans-serif;
 font-style:       normal;
}

H1 {
 text-decoration:  none;
 font-family:      sans-serif;
 font-style:       normal;
 font-weight:      bold;
}

TABLE {
 border: outset thin #eeeeec;
}

INPUT, SELECT, OPTION, TEXTAREA {
  background-color: #eeeeec;
}

thead {
  font-weight: bold;
}

TD
{
 background-color: #9ABDDE;
 padding: 0.3em;
}

td img {
    border: thin solid black;
}

img.icon {
  border: none;
  text-decoration: none;
}

img.graph {
    border: medium solid black;
    margin: 1em 0;
}

div#gmap {
    border: medium solid black;
}

li.user {
    list-style-image: url(http://labs.google.com/ridefinder/images/mm_20_red.png)
}
li.dev {
    list-style-image: url(http://labs.google.com/ridefinder/images/mm_20_blue.png)
}

strong {
    font-weight: bold;
    color: maroon;
}

p {
    text-align:       justify;
}

.outdated {
    font-weight: bold;
    font-size: xxx-large;
    color: black;
    border: medium solid black;
    background-color: darkred;
    margin: 1em;
    text-align: center;
    padding: 1em;
}
