a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */

body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote { font-family:Arial,sans-serif; }

img {
    border:0px;
}

.strike {
    text-decoration:line-through;
}

.foo {
    font-style:oblique;
}

div.redbox {
    text-align:center;
    padding:5px;
    border:solid #FFA78D;
    background-color:#FFCAB3;
    margin:5px
}

div.bluebox {
    text-align:center;
    padding:5px;
    border:solid #6495ED;
    background-color:#9CBAFC;
    margin:5px;
}

div.imgbox {
    background-repeat:no-repeat;
    background-position:5px 5px;
    padding:5px;
    min-height:32px;
    min-width:32px;
}

div.editbox {
    background-image:url(img/edit.png);
}

div.importantbox {
    background-image:url(img/important.png);
}

div.checkedbox {
    background-image:url(img/checked.png);
}

div.oldbox {
    background-image:url(img/old.png);
}

tt {
    white-space:nowrap;
}

p.redirect {
    font-size:smaller;
    text-indent:3em;
}
