/*
 * Style sheet for the http://www.funet.fi/pub/cbm/ archive
 */

body {
 color: black;
 background: lightgrey;
 font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2 {
 text-align: left;
}

/* the main heading is in monospace font */
h1 {
 text-align: center;
 font-family: courier, monospace;
 font-size: 150%;
}
h2 {
 text-align: left;
 font-family: georgia, times, serif;
 font-size: 140%;
}

address {
 text-align: right;
 font-style: italic;
}

dt a {
 font-family: courier, monospace;
}
a {
 color: red;
 text-decoration: none;
 font-weight: normal;
}
a.anchor {
 color: black;
}
a.anchor:hover {
}
a.link {
 color: blue;
}
a:link, a:active {
 font-weight: bold;
}
a:hover {
 text-decoration: underline;
}
a:visited {
 font-weight: normal;
}

/* fields for file dates and lengths */
.date, .recentdate, .length {
 display: block;
 float: right;
 color: red;
}

/* a standard date field */
.date {
 border-style: none;
}

/* the date field of a recent file */
.recentdate {
 border-style: solid;
 border-width: thin;
 border-color: black;
 background: yellow;
}

/* the file length field */
.length {
 padding-right: .5ex;
 text-align: right;
}

div {
 background: white;
}
div.top {
 font-style: italic;
}
p.bot {
 text-align: center;
}
