BODY {
    font-family : sans-serif, Arial
}

UL.spaced > LI {
    margin-bottom: 1em;
}

UL.small_images {
    list-style-image: url(http://www.mozdev.org/sharedimages/bullet.gif);
    font-size: smaller;
}
UL.small_images > LI {
    margin-bottom: 1em;
}

DIV#main-content > H1 {
    color: #990000;
}

DIV#contributors {
    font-size: smaller;
    text-align: right;
}

#announcements {
    border: solid 3px red;
    padding: 0 10;
    -moz-border-radius: 15;
}
#announcements > P {
    font-weight: bold;
    font-style: italic;
}

#resources {
    font-size: smaller;
}

div#testing>h4+*  { margin-left: 2em } 
div#testing>h5+*  { margin-left: 4em } 
div#testing>h4    { margin-left: 2em } 
div#testing>h5    { margin-left: 4em } 
div#testing>h3    { margin-left: auto }

