body {
margin:0;
padding:0;
background-color: black;
background-repeat: repeat;			
}
A:link { color:  #000000}  /* unvisited link */
a:visited {color: yellow; } 
a:active {color: green; } 
A {font: bold; font-size: 13pt;}
text { color: pink; font-style: normal; font-variant: normal; font-weight: bold; 
               font-size: 10pt }
/* Header stuff, a styled list */
#head{
background-color: black;
position:absolute;
height:10em;
left:20%;
}
#content{
background-color: black;
width:70%;
position:absolute;
top:10em;
left:20%;
}
#bookstore{
background-color: black;
width:74%;
position:absolute;
top:8em;
left:18%;
}
#menu{
background-color: black;
width:10%;
position:absolute;
top:5em;
left:2%;
}


