a { font-family: verdana, arial, sans-serif;}
a:hover { color: green; }
a:active { color: black; }

a:visited { color: purple; }
/*in CSS1, link, visited, and active were mutually exclusive.  In CSS2,
they're not.*/

BODY { background-color: white;
font-family: Garamond, Times, serif;
font-size: 14pt;
 }

P { margin: 10px; font-size: 14pt; 
font-family: Garamond, Times, serif;
}

h1, h2, h3, h4, h5 { margin: 10px; color: #CC3366; 
font-family: Garamond, Times, serif;
}

h2 {
 padding-top: 5px;
}

DIV.photo {font-family: georgia, garamond, serif; 
font-size: 10pt; font-style: italic;
}

DIV.left_right_marg { margin-left: 10%; margin-right: 20%;
font-family: georgia, garamond, serif;
}

DIV.nav_horz { font-family: verdana, arial, sans-serif; 
font-size: 10pt; 
}


TABLE.nav_tree { font-family: verdana, arial, sans-serif; 
font-size: 12pt; 
}

a.nav_tree {     
    color: #000000;
    text-decoration: none;
    
}

a.nav_tree:hover {     
    color: #666666;
    text-decoration: none;
    
}

b.nav_tree {
    color:  #FFFFFF;
}

a.top {     
    color: #CC3366;
    text-decoration: none;
    font-family: Garamond, Times, serif;
    
}

a.top:hover {     
    color: #666666;
    text-decoration: none;
    
}