/* style.css */body {color: #cc6600;margin: 0;padding: 0;font-family: Verdana, Helvetica, Arial, sans-serif;font-size: small;background-color: #dadada;background-repeat: no-repeat;background-position: top left; }/* links  */a:link {color: #FFFFFF;text-decoration: none; }a:visited {color: #FFFFFF;text-decoration: none; }a:hover {color: red;text-decoration: none; }#main-title a:link {color: #FFFFFF;text-decoration: none; }#main-title a:visited {color: #FFFFFF;text-decoration: none; }#main-title a:hover {color: #f4af00;text-decoration: none; }h1 a:link {color: #FFFFFF;text-decoration: none; }h1 a:visited {color: #FFFFFF;text-decoration: none; }h1 a:hover {color: #ff0000;text-decoration: none; }h1 a:current {color: #ff0000;text-decoration: none; }/* this is for highlight current H1 links in nav bar */.currentlink {  margin: .5em;  color: #ff0000;  }#left-menu a:link {color: white;text-decoration: none; }#left-menu a:visited {color: white;text-decoration: none; }#left-menu a:hover {color: red;text-decoration: none; }/* this is for the currently selected photo link */.active {color: red;font-size: 1em;} /* Heading level 1 nav bar. not contained in main text */h1 {font-family: zyme, cursive, Times, "Times New Roman", serif;font-size: 1.1em;font-weight: normal;font-style: italic; letter-spacing: .05em;font-size: 1.5em;text-align: center; margin-top: 1px;margin-bottom: 1px;}/* this is for space in the nav bar */.space {margin-left: .5em;margin-right: .5em;}#main-text {color: white;margin-top: 0;margin-left: 50px;margin-right: 50px;}/* p, ul, ol, dl, table {font-size: .85em;margin-top: 0;margin-bottom: 5px;margin-left: 0;margin-right: 0;padding: 0;} */ol, ul {margin-left: 25px;}dt {margin-top: 2em;margin-bottom: 1em;font-weight: bold;
letter-spacing: .1em;}dd {margin-left: 0px;margin-bottom: 5px;}h2 {margin-top: 50;margin-bottom: -2px;margin-left: 50PX;margin-right: 0;padding: 0;font-size: 3em;color: #666666;font-weight: bold;}/* Styles for the footer at the bottom of the page */#footer {background-color: black;text-align: center;color: #454f56;margin-bottom: 0;padding-top: 7px;padding-bottom: 7px;border-top: 5px white solid;font-size: .8em;letter-spacing: .1em;clear: both;}#footer a:link, #footer a:visited {color: white;}#footer a:hover {color: red;}.star {color: red;font-size: 1.2em;margin-left: .8em;margin-right: .8em;font-family: Courier, "Courier New", monospace; }/* !!!!!!!!!!   NEW VERSION 2 STYLES   !!!!!!!!!! */ .sidebar {	background-color: #333333;	text-align: center;}.splashfont {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	font-weight: bold;	color: #FF0000;}
