body {
    background-color: #ffffe0;
    margin: 10px 40px 40px 40px;
}

h1 {
    font-weight: bold; 
    text-align: center; 
    color: #00cccc;
}
h2 {
    font-weight: bold; 
    text-align: center; 
    color: #00cccc;
}

p {
    font-family: Verdana, arial, sanserif;
    line-height: 125%;
    font-size: medium;
}


/*//a:hover {
//    background-color: #eeeeee;
//}*/

h3 {
    text-align: center; 
    color: #00cccc; 
    margin-top: 0px;
}

p.in50 {
    text-indent: 50px;
}
p.in100 {
    text-indent: 100px;
}
p.in0 {
    margin-top: 2px;
    margin-bottom: 2px;
}
p.in050 {
    text-indent: 50px;
    margin-top: 2px;
    margin-bottom: 2px;
}
p.in0100 {
    text-indent: 100px;
    margin-top: 2px;
    margin-bottom: 2px;
}
p.in0150 {
    text-indent: 150px;
    margin-top: 2px;
    margin-bottom: 2px;
}
span.mapbutton {
    background: #88ffff; 
    padding: 10px 10px 10px 10px; 
    border: 6px outset blue; 
    position:absolute; top:250px; left:120px;
}

span.mapbutton:hover {
    background-color: #ddffff;
}

