/* links.css
 * Style for BobNET 5.1 Links page
 * Copyright (C) 2004, 2005 Chris "Bob" Odorjan
 * $Id: links.css,v 5.1.2.2.2.1 2007/10/18 02:50:52 bob Exp $
 */

body {
    font-family: "Bitstream Vera Sans", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
    background-color: #9c9;
    color: black;
}
h1, h2 {
    text-align: center;
}
.bobnet {
    display: none;
}
ul.toc {
    display: block;
    margin-left: 25%;
    margin-right: 25%;
}
ul.toc li {
    list-style-type: none;
}
ul.toc li a:before {
    content: "["
}
ul.toc li a:after {
    content: "]"
}
p.links {
    text-align: center;
}
dl.links {
    display: block;
    margin-left: 2%;
    margin-right: 2%;
}
dl.links dt {
    margin-top: 6pt;
}
dl.links dd {
    margin-left: 2%;
}
a:link {
    color: blue;
}
a:visited {
    color: navy;
}
a:active {
    color: red;
}
a:link img, a:visited img {
    border-style: none;
}
p.copyright {
    text-align: center;
    font-size: smaller;
}
