
    /* CSS Document */ /****** body of page set to no margins or paddings, font set Verdana, font-size to 80%, aligns all content to the center, and the color of text is a off-black color ******/ html, body { display: block; margin:0; padding:0; font-family: "Times New Roman", Times, serif; font-size: 100%; background-color: #ffffff; text-align: left; color: #333333;} a.skip {display: none;} #nav {display: none;} #bread {display: none;} ul#footernav {display: none;} #imageholder {display: none;}


