div#strip
{
    border-bottom: 1px solid #000000;
    background-color: #eeeeee;
    color: #000000;
    font-family: "Trebuchet MS", verdana, helvetica, arial;
    font-size: 12px;
    padding-left: 2px;
    width: 100%;
    position: fixed;
}

#strip-dots
{
    color: #FF0000;
    text-wight: bold;
    font-family: fixed, monospaced;
    padding-left: 2px;
    padding-right: 8px;
}

a#strip
{
    color: #222222;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 8px;
}

a:hover#strip
{
    text-decoration: underline;
}

body#strip
{
    margin: 0px;
    padding: 0px;
}

