
/* CSS fuer LMCHEM */

body {
 background-color: black;
}

a {
 font-size: 8pt;
 line-height: 8pt;
 color: white;
 text-decoration: none; 
}

a:hover, a:active {
 font-weight: bold;
 text-decoration: underline; 
}

a:visited {
 color: silver;
}

p.copyright {
 font-size: 6pt;
 line-height: 8pt;
 font-family: tahoma, arial, verdana, sans-serif;
 color: silver;
 font-style: italic;
 text-align: right; 
}

div.center {
 text-align: center;
}

table.top {
 border: 0px;
 padding: 0px;
 border-spacing: 0px;
}

table.detail {
 border: 1px;
 border-style: solid;
 border-color: white;
}

h1 {
 font-weight: bold;
 font-size: 16pt;
 line-height: 16pt;
 font-family: tahoma, arial, verdana, sans-serif;
 font-variant: small-caps;
 color: white;
 letter-spacing: 5px;
}

td {
 font-family: tahoma, arial, verdana, sans-serif;
 border: 0px;
 color: white;
 vertical-align: top;
}

td.footer {
 font-size: 8pt;
 line-height: 20pt;
}

td.img {
 padding: 10px;
 font-size: 12pt;
 line-height: 20pt;
 vertical-align: top;
}

