/* (c) 1998 Bryan Wilhite */
/* rasx@kintespace.com */

/* Simple Selectors */

/* Block Elements: */
BODY, DL, DIV, P, PRE, TD, TH, OL, UL {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
}
H1 {
    background: transparent none no-repeat scroll 0% 0%;
    color: #FFBF00;
    font-family: "Times New Roman", Times, serif;
    font-size: 44px;
}
H2.padtop {
    background: transparent none no-repeat scroll 0% 0%;
    color: #FFBF00;
    font-family: "Times New Roman", Times, serif;
    font-size: 34px;
    padding-top: 32px;
}
H2.padbottom {
    background: transparent none no-repeat scroll 0% 0%;
    color: #FFBF00;
    font-family: "Times New Roman", Times, serif;
    font-size: 34px;
    padding-bottom: 32px;
}

/* In-Line Elements: */
BIG { font-size: 24px }
SMALL { font-size: 12px }


/* CLASS-Tag Selectors */

/* Block Position: */
.blockbottom { vertical-align: bottom }
.blockjustify { text-align: justify }
.blockright { text-align: right }
.blocktop { vertical-align: top }

/* Block List Style: */
.amazonblock {
    background: #FFBF00 none no-repeat scroll 0% 0%;
    color: #000000;
    font-size: 12px;
    text-align: left;
}
.blockolist { list-style-type: lower-roman }
.blockulist { list-style-type: square }
.blockulist2 { list-style-type: circle }
.kbarticle {
    background: #E1E1E1 none no-repeat scroll 0% 0%;
    color: #000000;
    font-family: "Courier New", Courier, monospaced;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}
.kblegal {
    background: #FFFFFF none no-repeat scroll 0% 0%;
    color: #C0C0C0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-align: justify;
}
.note {
    background: #FFBF00 none no-repeat scroll 0% 0%;
    color: #000000;
    font-size: 12px;
    text-align: justify;
}
.poemblock {
    font-size: 18px;
    font-weight: bold;
    padding: 0% 7% 7% 7%;
}
.poemblockr {
    font-size: 18px;
    font-weight: bold;
    padding: 0% 7% 7% 7%;
    text-align: right;
}
.poemblockj {
    font-size: 18px;
    font-weight: bold;
    padding: 0% 7% 7% 7%;
    text-align: justify;
}
.quote {
    background: #C8C8C8 none no-repeat scroll 0% 0%;
    color: #000000;
    font-size: 12px;
    text-align: justify;
}

/* In-Line Font Attributes: */
.bold { font-weight: bold }
.links {
    background: transparent none no-repeat scroll 0% 0%;
    color: #FFBF00;
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: bold;
}
.normal { font-weight: normal }
.smallcaps {
    font-size: smaller;
    text-transform: uppercase;
}

/* In-Line Color: */
.kintecolor {
    background: transparent none no-repeat scroll 0% 0%;
    color: #FFBF00;
}