/*
 *  Styles used in the pages of database output.
 */
/*  Sub-catagory menu list across the top */
.ResultCatList { font-size: 10pt; font-weight: bold; text-align:center }
a.ResultCatList:link { color:blue }
a.ResultCatList:active { color:blue }
a.ResultCatList:visited { color:blue }
a.ResultCatList:hover { color:red }

/*  Large page header naming the category */
.ResultHdr1 { text-align:center; font-family: Poor Richard; font-size: 40; font-weight:bold }

/*  The "back to top" link. */
.TopRef { font-size: 12pt; color: #660000; font-weight: normal }

/*  Sub-header dividing the categories on the output page. */
.CatHdr { font-size: 18pt; color: #660000; font-weight: bold; text-align:center }

/* Global settings */
a:hover  { color: red }
body     { font-family: Arial; background-image: url('images/smoothyellow.jpg') }

.mainMenuTD    { text-align:center }

.mainMenuItem  { text-decoration:none }
a.mainMenuItem:link {color:blue }
a.mainMenuItem:active {color:blue }
a.mainMenuItem:visited {color:blue }
a.mainMenuItem:hover {color:red }