
a {
   color: #480000;
   }

.menu {
       border-right: 2px solid #999999;
       padding-right: 10px;
       font-size: larger;
       }

.outset {
         border-style: outset;
         }

.homecolor {
            background-color: #480000;
            }
            
.fontred {
            color: #480000;
          }
            
.fontbold {
           font-weight: bold;
           }
.fontcolor {
            color: white;
            }
            
.kenny {
        font-weight: bold;
        color: white;
        font-size: 200%;
        }
        
.matrix {
         background-color: #001100;
         }
         
.cursor {
         cursor: pointer;
         }
         
.bottom {
         border-bottom: solid #999999;
         border-bottom-width: 6px;
         }
         
.bottom {
         border-top: solid #999999;
         border-top-width: 6px;
         }
         
body {
      background-color: transparent;
      }
      
.dad {
      color: white;
      }
      
.family {
         color: #00bb11;
         }
         
.green {
        color: #00bb11;
        }
        
.left {
       position:absolute;
       left:190px;
       top:250px;
       }
       
.right {
        position:absolute;
        right:25px;
        top:250px;
       }
       
.mom {
      color: #11ddff;
      font-size: large;
      font-family: alba;
      }
      
.momhead {
          color: #11ddff;
          font-family: alba;
          }
      

