         html, body
         {
            margin:           0px;
            padding:          0px;
            font-family:      "Microsoft Sans Serif";
            font-size:        medium;
            color:            white;
         }
         a.prevNext:link
         {
            color:            #ffffff;
            text-decoration:  none
         }
         a.prevNext:visited
         {
            color:            white;
            text-decoration:  none
         }
         a.prevNext:hover
         {
            color:            #00ffff;
            text-decoration:  none
         }
         .defaultBody
         {
            background-image:  url("images/myFallMemories.jpg");
            background-color:  #CC9966;
            color:             white;
            text-align:        center;
         }
         h1                                       /* page title*/
         {
            letter-spacing:  .3em;
            font-size:       190%;
            font-weight:     700;
            clear:           both;
            font-style:      italic;
            margin-top:      .5em;
         }
         h2                                       /* kitty name */
         {
            font-size:           160%;
            font-weight:         600;
            font-style:          italic;
            letter-spacing:      .3em;
            color:               #555555;
            clear:               both;
         }
         h3                                       /* page menu*/
         {
            font-size:       90%;
            font-weight:     600;
            letter-spacing:  .2em;
            clear:           both;
            width:           70%;
            margin:          0 auto;              /* force center */
         }
         h4                                       /* copyright */
         {
            font-size:       60%;
            font-weight:     200;
            margin:          0%;
            clear:           both;
         }
         .kittyDetail
         {
            background:          transparent;
            border-color:        #cccccc;
            border-style:        solid;
            border-width:        .2em;
            font-size:           80%;
            font-weight:         400;
            color:               white;
            height:              38em;                height:              32em;
            overflow:            scroll;
            float:               left;
            padding:             2em;
            text-align:          left;
            width:               40%;
            font-family:         Monaco,'Lucida Console',monospace;
            vertical-align:      middle;
         }
         .leftColumn
         {
            width: 3%;
            float: left;
         }
         .rightColumn
         {
            width: 3%;
            float: right;
         }
         .kittyPictures
         {
            border:              .2em #cccccc solid;
            height:              33.5em;              height:              28.5em;
            overflow:            scroll;
            float:               right;
            width:               46%;
            vertical-align:      middle;
         }
         .spacerRow
         {
            height:              2em;
            border-bottom:      .2em #cccccc solid;
            width:              80%;
            margin:             0 auto;
            clear:              both;
            padding-bottom; 8em;
         }
