`/* CSS Document */
/* Stocks Convertible Trust PLC */

body {
    margin: 0 0 0 80px;
    padding: 0;
    font:12pt Times New Roman, Arial;
}

h2 {
    font: 30pt Times New Roman, Arial; 
    color:#333366
}

ul, li {font: 12pt Times New Roman, Arial;}

.nobg {background: none}

table {
    font-family: Times New Roman, Arial;
    font-size: 12pt;
    background: #EEE;
}

table th, td {
    border: 1px solid #fff
}

.titleheader {
    font: 30pt Times New Roman, Arial; 
    color:#333366
    }

.right {text-align: right}
.left { text-align: left}
.tableheader {background: #000080; color: #fff; font-weight: bold; padding: 2px 1px}
.button {font: 12pt Times New Roman, Arial; border: 1px solid #000 ; height: 20px}

a:link, a:visited {color: #000080; text-decoration: none}
a:hover {text-decoration: underline; color: #800040}
