

body {
      background: black url(homepage_history.gif) no-repeat center ;
     }

.head {  
        color: chartreuse ;
        font-size:72px;
	font-style:bold;
        letter-spacing: 3px; 
       }

.normal      {  
	color:chartreuse ;
        font-size:12px;
	font-style:bold;
        letter-spacing: 2px; 
       }

p#chapters
          {
           position:absolute; 
           left:5%; 
           top:10%;
           visibility:visible;
          }

p#picture
          {
           position:absolute; 
           left:40%; 
           top:25%;
           visibility:visible;
          }


a:link {  
	color:silver;
	font-size:25pt;
	font-style:bold;
       }
 
a:hover {
        background-color:black; 
        text-decoration: none; 
        }

a:visited {
	color:gold;
	font-size:25pt;
	font-style:bold;
          }


a.small:link {  
	color:lightsalmon;
        font-size:24px;
	font-style:bold;
       }
 
a.small:hover {
        background-color:black; 
        text-decoration: none; 
        }

a.small:visited {
	color:beige;
        font-size:24px;
	font-style:bold;
          }

