#linklist {
position: fixed;
left: 0px;
top: 0px;
width: 20%;
padding-left: 2px;
}

#contents {
position: absolute;
top: 0px;
left: 21%;
width: 78%;
padding-right: 2px;
}

body {
background-color: #202020;
background-image: url(mmps.gif);
font-family: Gentium, "Times New Roman", Times, serif;
color: #F0F0F0;
font-size: large
}

a:link {
color: #F08080;
text-decoration: underline;
}

a:visited {
color: #F0C0C0;
text-decoration: underline;
}

a:active {
color: #FFFFFF;
text-decoration: underline;
}

h1 {
color: #FF6060;
font-size: xx-large;
font-weight: bold;
}

h2 {
color: #FF6060;
font-size: x-large;
font-weight: bold;
}

h3 {
font-size: x-large;
font-weight: bold;
}

p.update {
font-style: oblique;
font-size: small;
}

p.center {
text-align: center;
}

p.small {
font-size: medium;
}

p.scaps {
font-variant: small-caps;
font-size: x-large;
}

p.title {
text-align: center;
font-size: xx-large;
font-variant: small-caps;
}

li {
list-style: url(rdwhbul.gif) square;
}

li.sub1 {
list-style: url(rdbul.gif) square;
}

li.sub2 {
list-style: url(whbul.gif) square;
}

li.sub3 {
list-style: url(rdtbul.gif) square;
}

li.sub4 {
list-style: url(wdtbul.gif) square;
}

table {
border-width: 0px;
width: 100%;
font-size: large;
}

td {
border-width: 0px;
}

td.right {
text-align: right;
}

td.small {
width: 5%;
}

