body { 
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    color: navy; 
    font-size: 12px; 
    background-color: white;
    margin: 0;
    padding: 0 }


    
.topnav { 
    color: white; 
    width: 760px;
    font-size: 11px;
    background-color: orange; 
    word-spacing: 1px; 
    letter-spacing: 0px; }
    
/* headers and paragraphs */    
h1 { 
    color: white; 
    font-size: small; 
    font-weight: bold; 
    background-color: orange; }
    
h2 { 
    color: navy; 
    font-size: 1em; 
    font-weight: bold; }
    
h3 {
    color: gray; 
    font-size: 1em; 
    font-weight: bold; 
    font-style: normal; }

p { font-size: 12px; }
    
img { border: 1px }
    
    
    
/* links */
a:link { 
    color: navy; 
    font-size: 10px; 
    text-decoration: underline; }
    
a:hover { 
    color: navy; 
    font-size: 10px; 
    background-color: white; 
    text-decoration: none; }
a:active {
    color: navy; 
    text-decoration: none; }
a:visited { 
    color: navy; 
    font-size: 10px; 
    text-decoration: underline; }
    
    
    
    
    
    
    
    
    
    
/* layout stuff */
.colboxleft_C213161E { font-size: 10px; line-height: 1; background-color: #beffff; background-position: 0 100%; text-align: left; letter-spacing: 0; top: 12px; left: 10px; right: 10px; width: 140px; /* LEFT box size */
    height: 100%; float: left; border: dotted thin; padding-left: 4px; }
    
.colboxright_C213161E { 
    font-size: 10px; 
    width: 110px; /* RIGHT box size */
    height: 100%; 
    float: right; 
    padding-left: 4px;
    border: dotted 1px silver;
    }

.colboxmiddle_C213161E { 
    font-size: 10px; 
    text-align: justify; 
    word-spacing: 1px; 
    letter-spacing: 1px;
    margin-left: 150px;
    margin-right: 120px; }
    
.colcont_C213161E { 
    font-size: 10px; 
    word-spacing: 1px; 
    letter-spacing: 1px; 
    width: 100%; 
    height: 100%;
    margin: 5px; }
    
.footer { font-size: x-small; background-color: silver; text-align: center; margin-bottom: 6px; }
