/*
 * Style sheet for general documents in http://www.funet.fi/pub/cbm/
 */

body {
 color: black;
 background: white;
 font-family: times, serif;
 font-weight: normal;
}

h1, h2, h3 {
 font-family: verdana, helvetica, sans-serif;
 text-align: left;
}

h1 { font-size: 120%; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }

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

a {
 color: red;
 background: white;
 font-family: helvetica, sans-serif;
 text-decoration: none;
}
a.link {
 color: blue;
 background: white;
 font-family: helvetica, sans-serif;
 text-decoration: none;
}
a:hover { text-decoration: underline; }
a:link, a:active {
 font-weight: bold;
}
a:visited {
 font-weight: normal;
}

td, th { text-align: left; }

img { border: 0; }
