/* Cascading StyleSheet for the Hyborian Age d20 Campaign Site */
/* by thulsa@xoth.net */


H1 {
    font-family: Georgia, Times, "Kosher", Times, serif;
    font-size: 36pt;
}
H2 {
    font-family: Georgia, Times, "Kosher", Times, serif;
    font-size: 18pt;
}
H3 {
    font-family: Georgia, Times, "Kosher", Times, serif;
    font-size: 18pt;
}
H4 {
    font-family: Georgia, Times, "Kosher", Times, serif;
    font-size: 12pt;
}
H5 {
    font-family: Georgia, Times, "Kosher", Times, serif;
    font-size: 10pt;
}
H6 {
    font-family: Georgia, Times, "Kosher", Times, serif;
    font-size: 8pt;
}

BODY { font-family: Georgia, Times, serif; font-size: 10pt; }
TD { font-family: Georgia, Times, serif; font-size: 10pt; }
INPUT { font-family: Georgia, Times, serif; font-size: 10pt; }
PRE { font-size: 9pt; }
TEXTAREA { font-family: Georgia, Times, serif; font-size: 10pt; }

UL { list-style: square; }

P.pagefooter { font-size: 9pt; color: black; font-weight: bold; font-style: italic; }

P.navbar {
    font-family: Georgia, Times, serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
}

P.quote { font-style: italic; padding-left: 3%; padding-right: 3%;}
P.quotesmall { font-size: 9pt; font-style: italic; padding-left: 3%; padding-right: 3%;}
P.quickstats { text-indent: -3%; padding-left: 3%; }
P.details { font-size: 9pt; }

DIV.gamestats {
	background-color: #EAEAC1;
}

DIV.docinfo {
    font-family: Georgia, Times, serif;
    font-size: 9pt;
    font-style: italic;
    color: black;
    background-color: white;
	border: 1pt solid Black;
}

TR.header { background-color: black; color: white; font-weight: bold }
TR.odd { background-color: #FFF8DC; }
TR.even { background-color: #EEE8AA; }
