/*
   geocities.ws/jamesc1101/styles/index.css
*/


/* reset */
h1, h2, h3, h4, h5, h6, a, p{
   padding: 0;
   margin: 1%;
}

body{
   background-color: blanchedalmond;
   background-image: url("/jamesc1101/images/tan-vintage-paper-texture-4.jpg");
}

#wrapper{
   width:95%;
   margin: 1em auto;
}

/* Interesting. It seems that the multi-select must go before the single a tag or the single overrides it. */
header a:link{
   color:cyan;
}

header a:visited{
   color: blanchedalmond;
}

header a:hover{
   color:tan;
}

header a:active{
   color: white;
}



/* future: style other links
a{
   color:red;
}
*/

header{
   text-align: center;
   color: black;
}

/*hbkg*/
header { 
   position: relative; 
} 

header:after { 
   content : ""; 
   display: block; 
   position: absolute; 
   top: 0; 
   left: 0; 
   background-image:url("/jamesc1101/images/800px_Apple_IIe.jpg");
   width: 100%; 
   height: 100%; 
   background-size: 100% 100%;
   /*opacity : 0.5; */
   z-index: -1; 
}

h1{
   font-size: 2em;
}

p{
   font-size: 1em;
}




/**/