@import url(messages.css);
@import url(displaytag.css);

body {
    background: white;
}

a {
	color: blue;
	font-weight: normal;
    text-underline: true;
}

/* from http://diveintomark.org/archives/2002/04/26/printfriendly_links */
div#content a:after {
  content: " (" attr(href) ")";
}

a:visited {
	color: blue;
}

div#activeUsers, div#header, div#menu, div#validators, div#editBar, 
p.reloadMessage, a.wordLink {
    display:none;
}

div#content {
	margin: 10px !important;
}

div#footer {
    text-align: center;
}

div.separator {
    border-bottom: 1px solid silver; 
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
}

h1, h2, h3 {
    color: black;
}

h1 {
    font-size: 28px;
}

div#resume {
    border: 0;
    width: 100%;
    margin-top: 0;
}
