body { 
color: #000; 
background-color: #ffffcc;
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif; }

table {
color: #000;
background-color: #ffffcc; } /* color is black, background is a light yellow */

.pgheader {
background-color: #ffffcc;
font-size: 250%; font-weight: bold; color: #000;
font-family: "Bradley Hand ITC", Verdana, Arial, Helvetica, sans-serif; } 

.pgsubheader {
background-color: #ffffcc;
font-size: 125%; font-weight: bold; color: #000;
font-family: "Bradley Hand ITC", Verdana, Arial, Helvetica, sans-serif; }

.sectiontitle { font-size: 125%; font-family: Verdana, Arial, Helvetica, sans-serif; }
.cattitle { font-size: 110%; text-decoration: underline;} /* category title */
.subcattitle { font-size: 100%; font-style: italic; } /* sub-category title */

.top { font-size: 75% }
.toc { font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
.copy { font-size: 75%; } /*  */
.footer {font-size: 75%; text-align: left; }
.lastupdate { font-size: 75%; } /* all 'last updated' dates */
.note {font-size: 80%; font-style: italic; }

img { border: 0; }

a:link { color: #006; background-color: #ffc; } /* makes an unvisited link a dark blue */ 
a:visited { color: #906; background-color: #ffc;} /* makes a visited link a shade of purple */
a:hover { color: #ffffcc; background-color: #008EC6; text-decoration: none; } /* c was #ffc b-c was #369 makes a link being hovered over white with a blue background*/

.bold { font-weight: bold; } /* makes text bold */
.underline { text-decoration: underline; } /* underlines text */
.italic { font-style: italic; } /* makes text italicized */
.bolditalic { font-weight: bold; font-style: italic; } /* makes text bold and italicized */
.boldunderline { font-weight: bold; text-decoration: underline; } /* makes text bold and underlined */

