.brag {
 font-family: Viner Hand ITC, Lucida Calligraphy, Kristen ITC, Lucida Handwriting, Britannic Bold,
   Copperplate Gothic Bold, Harlow Solid Italic,
   Rockwell Extra Bold, Showcard Gothic, Broadway, ;
 font-size: 25px;
 line-height: 110%;
 font-weight: bold;
 word-spacing: normal;
 letter-spacing: normal;
 text-transform: none;
 font-style: italic
}

.tblboxa {
 border:1px solid #CC6699;
/* width: 200px;*/

}
.tblboxb {
 border:1px solid #CC6699;
 width: 100px;

}
                             /*  make sure links are easy to use                      */
a.body {
 width: 100%;
 display: block;
 }
a.body:hover {
 text-decoration: none;
 color: #F30;
 background: yellow;
 }
a.title {
 width: 100px;
 display: block;
 }
a.title:hover {
 text-decoration: none;
 color: #F30;
 background: yellow;
 }

a.toc {
 width: 150px;
 display: block;
 }
a.toc:hover {
 text-decoration: none;
 color: #F30;
 background: yellow;
 }

A:visited {
 color: #3399ff;
 }
                             /*  F o n t s                                            */
.firstl {
 font-weight: bold;
 font-size: 160% ;
 color: #663366;
}
.small {
 font-size: 9px ;
}
.right {
 text-align: right ;
}
