
a {
    color: blue;
    font-weight: normal;
    text-underline: true;
}

/* from http://diveintomark.org/archives/2002/04/26/printfriendly_links */
a:after {
  content: " (" attr(href) ")";
}

a:visited {
    color: blue;
}

div#activeUsers, div#header, div#menu, div#validators, div.block, td#leftColumn, td#rightColumn {
    display:none;
}

div#content {
    margin: 10px !important;
}

div#footer {
    text-align: center;
}

div.separator {
    border-bottom: 1px solid silver; 
}

h1 {
    color: black;
    text-align: center;
}

ul.glassList {
    list-style: url(../images/core/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
}