
.display_space_sides { 
  background-image :url("img/mid_sides.png");
}

.body_table { 
 margin-left : 5px;
 margin-top  : 20px;
 margin-bottom : 20px;
 margin-right : 20px;

 padding     : 0px
}

.page_name { 
  color : blue;
  background-color : #f5faff;
}

.overlay {
text-align : "right";
margin-right : 0px ; 
margin-top : -45px;
}

.book_table li { 
margin-left : -20px;
}

.button_table { 
 margin-left : 15px;
 margin-top  : 4px;
 margin-bottom : 4px;
 margin-right : 10px;
}

.button_table td { 
padding-top : 1px;
padding-bottom : 1px; }

.button_table a:link {
color            : #f5faff;
background-color : transparent;
border-style : none;
outline-style : none;
text-decoration : none; 
border : 0px;
}

.button_table a:visited {
color            : #f5faff;
background-color : transparent;
border-style : none;
outline-style : none;
text-decoration : none; 
border : 0px;
}

.button_table a:hover {
color            : green;
background-color : transparent;
border-style : none;
outline-style : none;
text-decoration : none; 
border : 0px;
}


