body {
 background-color: #FFFFFF;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: small;
 color: #000000;
 margin: 0px;
 padding: 0px
}
a:link, a:visited {
 color: #0000FF;
 text-decoration: none
}
a:hover, a:active {
 text-decoration: underline
}
a img {
 border: 0px
}
h1 {
 font-size: 24pt;
 font-weight: bold;
 margin-top: 0px
}
h2 {
 font-size: 18pt;
 font-weight: bold
}
h3 {
 font-size: 16pt;
 font-weight: bold
}
h4 {
 font-size: 16pt;
 font-weight: bold;
 font-style: italic
}
pre {
 display: block;
 border: 1px dashed #000000;
 margin: 15px;
 padding: 5px;
 font-family: "Lucida Console","DejaVu LGC Sans Mono","Bitstream Vera Sans Mono",monospace;
 font-size: small;
 color: #000099
}

/* Page Layout Classes */
.rs-topnav {
 width: 100%;
 background-color: #DEDEDE;
 margin-bottom: 20px
}
.rs-topnav span {
 display: block;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 10px;
 padding-right: 10px
}
.rs-main {
 position: relative
}
.rs-navi {
 position: absolute;
 top: 0px;
 left: 10px;
 width: 160px
}
.rs-wrapper {
 position: absolute;
 top: 0px;
 left: 200px;
 right: 30px
}
.rs-content {
 padding: 5px
}
.rs-title {
 background-image: url("title-mid.png");
 background-repeat: repeat-x;
 height: 25px
}
.rs-title .rs-title-left {
 float: left;
 background-image: url("title-left.png");
 background-repeat: no-repeat;
 width: 28px;
 height: 25px
}
.rs-title .rs-title-right {
 float: right;
 background-image: url("title-right.png");
 background-repeat: no-repeat;
 width: 8px;
 height: 25px
}
.rs-title span {
 display: block;
 padding-top: 2px;
 text-align: center
}
.rs-window {
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 margin-bottom: 25px
}
.rs-navhead {
 background-color: #DFDFDF;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 padding-left: 5px
}
.rs-navtop {
 border-top: 0px solid #FFFFFF
}
.rs-navsect {
 padding: 2px
}
.rs-copyright {
 margin-top: 30px;
 text-align: center;
 font-size: x-small
}

/******************************************************************************
 * Starburst CMS Styles                                                       *
 ******************************************************************************/

/* Web Blog Plugin */

/*
 sblog-title: Blog titles on multi-view page (not permalink page)
                  Permalink pages just use a standard <h1>
*/

.sblog-title {
 display: block;
 margin-bottom: 0px;
 margin-top: 15px;
 font-size: 24pt;
 font-weight: bold
}
.sblog-title a:link, .sblog-title a:visited {
 color: #000000;
 text-decoration: none
}
.sblog-title a:hover, .sblog-title a:active {
 color: #000000;
 text-decoration: underline
}
