body {
    background-color: #ffffcc;
    color: #000000;
    font-family: Arial;
    font-size: 12pt;
}

.border_white{
    border-right: 2px solid darkred;
    border-left: 2px solid darkred;
    border-bottom: 2px solid darkred;
    border-top: 2px solid darkred;
}

.photo_border{border:solid; border-color:darkred; border-width:3px} 

h1{color:darkred}
hr{color: darkred;}

a:link {font-weight="900"; color: darkred;  text-decoration : none;  }
a:visited {font-weight="900"; color: darkred; text-decoration : none; }
a:hover {font-weight="900"; color: #daa520;}

a.nav:link { color: darkred;font-family: Times New Roman;font-size: 12pt;text-decoration: underline;}
a.nav:visited {font-weight="900"; font-family: Times New Roman;font-size: 12pt;text-decoration: underline;}
a.nav:hover {font-weight="900"; font-family: Times New Roman; color: #daa520; font-size: 12pt;text-decoration: underline;}