
.note
{
    border: 1px dotted black;
    padding: 8px;
    width: 425px;
    font-style: italic;
}

.tip
{
    border-left: 2px dotted #000;
    border-right: 2px dotted #000;
    padding-left: 6px;
    padding-right: 6px;
    font-style: italic;
    width: 450px;
}

.announce
{
    font-size: 110%;
    font-style: italic;
    letter-spacing: 1px;
}

#stamp109
{
    left: 650px;
    top: 150px;
    width: 200px;
    border: 0;
    margin: 0;
}

#stamp109 h3
{
    display: none;
}

#stamp109 p
{
    border: 1px solid gray;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    background-color: rgb(255,255,150);
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: normal;
    display: none;
}
.warning
{
    color: #900;
    font-weight: bold;
    border: 1px dotted black;
    padding: 8px;
    font-style: italic;
}

code
{
    background-color: #eee;
    display: block;
    padding: 6px;
}

