body { 
    margin: 0px; 
    font-family: verdana, arial;  
    font-weight: 400; 
    font-size: 100%; 
    color: #777; 
    background: #fff; 
    }

#row {
    font-weight: bold;
    background: #cacaca;
    }
    
.links { 
    font-size: 65%; 
    color: #333;
    text-decoration: none;
    }
    
.links:hover {
    font-size: 65%; 
    color: #f90;
    text-decoration: none;
    } 
       
.links2 { 
    color: #fff;
    text-decoration: none;
    } 
       
.links2:hover { 
    color: #333;
    text-decoration: none;
    }

.title-bar {
    font-size: 65%; 
    color: #333;
    font-weight: bold;
    background: #cacaca;
    }
    
.title-bar2 {
    background: #ffc;
    }
    
.title-bar3 {
    background: #e5e563;
    }
    
.title-bar4 {
    font-size: 65%; 
    color: #fff;
    font-weight: bold;
    background: #96918b;
    }
    
.box1 {
    background: #eee;
    }
.box2 {
    background: #f90;
    }
.box3 {
    background: #f8f8f8;
    }
    
.text {
    font-size: 65%; 
    color: #333;
    }
    
.bg1 {
    background: url(img/born2-bg1.gif);
    }
    
.bg2 {
    background: #f8f8f8 url(img/born2-bg2.gif);
    }  
      
.bg3 {
    background: url(img/born2-slit2.gif);
    }
    
#button {
    font-size: 65%;
    background: #f90;
    font-weight: bold;
    } 
    
.orange {
    font-size: 70%; 
    color: #f90;
    font-weight: bold;
    text-decoration: none;
    }
    
.orange:hover {
    font-size: 70%; 
    color: #333;
    font-weight: bold;
    text-decoration: none;
    }
    
.orange2 {
    color: #f90;
    font-weight: bold;
    text-decoration: none;
    }

.title {
    color: #666;
    font-weight: bold;
    }
    
.title2 {
    color: #000;
    font-weight: bold;
    }
    
.title3 {
    color: #333;
    font-weight: bold;
    }