body {
 background: url(../images/bgcolor.jpg);
 font: normal normal 9pt helvetica, sans-serif;
 margin: 0;
 width: 99%;
 padding: 0;
 }
a:Link, a:Active, a:Visited {
 font: normal normal 10pt helvetica, sans-serif;
 color: #EF2DB1;
 text-decoration: none;
 }
a:Hover {
 font: normal normal 10pt helvetica, sans-serif;
 color: #000000;
 text-decoration: none;
 }
a.nav_l:Link, a.nav_l:Active, a.nav_l:Visited {
 font: normal bold 10pt sans-serif, arial;
 color: #EF2DB1;
 text-decoration: none;
 }
a.nav_l:hover {
 font: normal bold 10pt sans-serif, arial;
 color: #000000;
 text-decoration: none;
 }
#header {
 position: absolute;
 width: 100%;
 height: 58px;
 top: 0;
 bottom: 135px;
 left: 0;
 right: auto;
}
#nav {
 position: absolute;
 width: 200;
 height: auto;
 top: 140px;
 bottom: auto;
 left: 0;
 right: 200px;
 padding: 4px;
}
#body {
 background: #FFFFFF;
 font: normal normal 10pt helvetica, sans-serif;
 position: absolute;
 width: 480px;
 height: auto;
 top: 140px;
 bottom: auto;
 left: 205px;
 right: 785;
 padding: 20px;
 border: 2px solid #F461C5;
}
#startpage {
 background: #FFFFFF;
 font: normal normal 10pt helvetica, sans-serif;
 width: 480px;
 height: auto;
 padding: 20px;
 border: 2px solid #F461C5;
}
#buyarea {
 width: 150px;
 border: 1px solid #FFFFFF;
 padding: 2px;
}
#linkarea {
 width: 150px;
 border: 1px solid #FFFFFF;
 padding: 2px;
}
.bookimg {
 margin: 5px;
 float: right;
}
.hidden {
 visibility: hidden;
 display: none;
 }
.show {
 visibility: show;
 display: normal;
 }
.excerpt {
 margin: 5px;
 padding: 5px;
 border: 1px solid #000000;
 }