body {
color: #000000;
font: medium georgia;
background-color: transparent;
}
a:link, a:visited {
color: #000000; 
}
a:hover, a:active {
color: #333333;
}
.pageTitle{
text-align: center;
font-size: x-large;
font-weight: bold;
}
.articleText{
font-size: medium;
font-weight: bold;
}
.articleDate{
text-align: right;
font-size: small;
font-weight: normal;
font-style: italic;
}
.articleTitle{
text-align: left;
text-decoration: underline;
font-size: large;
font-weight: normal;
}
.articleStub{
text-align: left;
font-size: small;
font-weight: bold;
}
.articleStubDate{
text-align: right;
font-size: x-small;
font-weight: normal;
font-style: italic;
}
.articleStubTitle{
text-align: left;
text-decoration: underline;
font-size: medium;
font-weight: normal;
}
.articleSeparator{
color: #000000;
border: thin dashed;
}
.stubWrapper{
width: 600px;
}
.articleWrapper{
width: 600px;
}
.tutorialWrapper{
width: 600px;
}
.octaveCode{
font-family: courier;
padding: 10px;
text-align: left;
border: thin dashed #000000;
}

