/* tags that reside inside a page */
body {background-color: #DB9; color: black;margin-top:0px;margin-left:0px}
h1 {font-size: x-large; text-align: center} /* equivalent to previous line but IE doesn't support that one. */ 
//h3 {font-size: large} /* Title of a content area */
//h3 + p, h3 + ul {} /* content area following a content title */
//h1 + p {} /* page description following the main page title */
dt {font-size: larger}

#top {table-layout:fixed;width:100%}

/* menubar settings */
#menuCell {width:10em;vertical-align:top}
#menuTable {background-color: #247; font-size: 16pt; font-weight: bold;width:100%;margin:0px;padding:0px}
#menuTable td {height: 2.5em;width:100%}
#menuTable td a:link {color: #DB9}
#menuTable td a:visited {color: #DB9}
#menuTable td a:hover {color:#D05}

#body {vertical-align:top;padding-top:.5em;padding-left:.3em}

/* donation settings */

#donate {width:80%;text-align:center;font-size:x-small;padding-top:1em;font-style:italic}
#button {text-align:center;margin-bottom:5px}
#x {width:100%;text-align:center;border}


/*
table {border:thin solid black}
td {border:thin solid black}
th {border:thin solid black}
*/

/* paragraph format article stuff */
.parabody {margin:5em; font-size:larger}
.parafooter {text-align:center}

/* other fun stuff */
.note {font-style:italic}
