/* Style Sheet for the ePrattle */

A:link {
	color: #CC0066;
	text-decoration: underline;
}

A:visited {
	color: #330033;
}

A:hover {
    background: #CC99FF;
    text-decoration: underline;
}

A:active {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
BODY {
    color: #000000;
    background: #FFFFFF;
    font: normal normal normal medium serif;
}

/* Headers */

H2 {
    border-top: solid #FFCCFF 1px;
    border-right: #9966CC 1px solid;
    border-bottom: #9966CC 1px solid;
    border-left: solid #FFCCFF 1px;
    font-weight: bold;
    font-size: large;
    font-family: palatino, serif;
    color: #000000;
    background: #CC99FF;
    padding: 3px;
}

H2.sidebar {
    border: none 0em;
    font-weight: bold;
    font-size: large;
    font-family: palatino, serif;
    color: #000000;
    background: #CCCCCC;
    padding: 0px;
    text-align: center;
}

/* Tables */

TD {
    vertical-align: top;
    margin: 0em;
    padding: 0em;
    }


TD.sidebar {
    border-top: solid #333333 1px;
    border-right: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-left: solid #333333 1px;
    background: #CCCCCC;
    vertical-align: top;
    width: 20%;
    padding: 3px;
}

TD.footnotes {
    border-top: solid #333333 1px;
    border-right: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-left: solid #333333 1px;
    background: #CCCCCC;
    padding: 3px;
}

BLOCKQUOTE {
    margin: 1em;
    font-size: small;
}

BLOCKQUOTE.double {
    margin: 2em;
    font-size: small;
}

Q {
    font-style: italic;
}


P.footer {
    font-size: small;
    text-align: center;
}

P.story {
    padding: 0em 0em 4px;
}

P.sidebar {
    font-size: small;
    text-align: right;
}

IMG.archive {
    border: solid #333333 1px;
    margin: 0em 0em 0.5em 0.5em;
    float: right;
}

IMG.link {
    border: none;
    padding: 2px;
}

IMG.storylink {
    border: none;
    padding: 2px;
    float: left;
}

IMG.right {
    border: none;
    padding-left: 1em;
    float: right;
}

SPAN.metacomment {
    text-align: right;
    font-size: small;
}


.note {
    color: #999999;
    font-size: small;
}


SUP {
    font-size: xx-small;
}