body {  
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

#heading {
    background-color: silver;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 1em;
    padding-right: 1em;
}
	 
#contents {
    position: absolute;
    left: 20%;
    width: 75%;
}

#links {
    position: absolute;
    width: 19%;
}

#links ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 5px;
}

a:visited { 
    color: #C93;
    text-decoration: none;
}

a:active { 
    color: #FC0;
    text-decoration: none;
}

a:hover { 
    color: #FC0;
    text-decoration: underline;
}

a:link { 
    color: #69C;
    text-decoration: none
}

em { 
    color: #996;
    font-style: normal;
    font-weight: bold;
}
		
em.lg {
    font-size: 12px; 
}

img { 
    border: 0; 
    margin-top: 10px; 
}

img.centre {
    display: block;
    margin: 0 auto;
    text-align: center;
}

sup { 
    font-size: 80%;
    vertical-align: top; 
}

small {
    font-size: 80%;
}

sup.small {
    font-size: 60%; 
}

h1.right {
    text-align: right
}

h2 {
    font-size: 16px;
    font-weight: normal;
    font-style:normal;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}

h2.right {
    text-align: right
}

h3 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #C93;
    margin-left: 0px;
    margin-right: 0px;
}

h4, .title, .comments-head {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-align: left; 
}

p, pre {
    font-weight: normal;
    font-style: normal;
    text-align: justify;
    margin-left: 0px;
    margin-right: 0px;
}

p.pullquote {
    font-family: Georgia, Baskervile, Times, serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}

ol {
    font-weight: normal;
    font-style: normal;
    list-style-type: decimal;
    text-align: left;
    margin-right: 20px;
}

p.left {
    text-align: left
}

p.right {
    text-align: right
}

p.centre {
    text-align: center
}

p.footnote {
    font-size: 9.5px;
    margin-left: 20px;
    margin-right: 50px;
    text-align: left
}
			
p.note {
    font-size: 9.5px;
    margin-right: 50px;
    text-align: left
}

th {
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

td {
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
}

td.content { 
    width: 85%;             
}

.code {
    font-family: monospace;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    margin-left: -1px;
}

.date  {
    color: #996;
    font-style: normal;
    font-weight: bold
}
