/* moto-net.css */

BODY {
    background-color: bisque;
}

A {
    text-decoration: none;
}

H1,H2,H3,H4 {
    border-left: solid 0.5em tomato;
    border-bottom: dashed 1px sienna;
    padding: 0.2em;
}

A:hover {
    background-color: turquoise;
}

UL {
    list-style-image: url(images/pin1.gif);
}

UL UL {
    list-style-image: url(images/pin2.gif);
}

UL UL UL {
    list-style-image: url(images/pin3.gif);
}

UL.blue {
    list-style-image: url(images/pin2.gif);
}

LI {
    list-style-type: none
}
