#cookiew {

font-size: 15px;
	position: fixed;
    bottom: 0;
    background: black;
    width: 100%;
    z-index: 5;
    text-align: center;
    color: white;
    padding: 20;
}
	
img {vertical-align:text-top}	
	
#cookiew a:visited {color:white;}
#cookiew a:hover {color:orange;}
#cookiew a:link {color:white;}

#title {font-size:46;text-align:center;font-weight:bold;line-height:normal;} 

H1
{
    LINE-HEIGHT: 1;
    FONT-FAMILY: arial bold,Verdana;
    FONT-SIZE: 24px;
    FONT-WEIGHT: bolderbo
}
H2
{
    LINE-HEIGHT: 1;
    FONT-FAMILY: arial bold,Verdana;
    COLOR: #ff9933;
    FONT-SIZE: 20px;
    FONT-WEIGHT: bolder
}
H3 
{
    LINE-HEIGHT: 1;
    FONT-FAMILY: Arial,Tahoma,Helvetica,sans-serif;
    COLOR: black;
    FONT-SIZE: 16px;
    TEXT-DECORATION: none
}
PRE
{
display: inline;

}

BODY, TD, A, P, UL, LI, OL, PRE, XMP
{
    LINE-HEIGHT: 19px;
    FONT-FAMILY: Arial,Tahoma,Helvetica,sans-serif;
    COLOR: black;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
Body TD, A, P, UL, LI, OL, PRE, XMP 

ul {margin-top:0px;margin-bottom:0px}
A
{   text-decoration: none;
    color: blue;
}

TABLE.reg
{
    BORDER-BOTTOM: gray 2px outset;
    BORDER-LEFT: gray 2px outset;
    BACKGROUND-COLOR: white;
    BORDER-SPACING: 2px;
    BORDER-COLLAPSE: collapse;
    BORDER-TOP: gray 2px outset;
    BORDER-RIGHT: gray 2px outset
}

A:link
{   text-decoration: none;
}
A:visited 
{   text-decoration: none;
    color: blue
}
.LeftLink A
{
    COLOR: white;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.Middle A
{
    LINE-HEIGHT: 19px;
    COLOR: blue;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline;
}
A:hover
{
  
    TEXT-DECORATION: underline;
}
.Right A
{
    COLOR: white;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

.LeftNav A
{
    COLOR: white;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.LeftNav2
{
    BACKGROUND: #ff9900;
    COLOR: white;
    CURSOR: pointer
}
A
{
    LINE-HEIGHT: 19px;
    COLOR: blue;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}

.TopAd A
{
    FONT-SIZE: 19px;
    FONT-WEIGHT: bold
}
.Smallx
{
    COLOR: white;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal
}
.NavText
{
    LINE-HEIGHT: 14px;
    PADDING-LEFT: 6px;
    FONT-FAMILY: Arial,Tahoma,Helvetica,sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold
}
.YellowAd2
{
    BACKGROUND-COLOR: #ffff00
}
.leftList UL
{
    PADDING-LEFT: 0px;
    MARGIN-LEFT: 0px
}
#leftnav
{
    POSITION: absolute;
    PADDING-BOTTOM: 3px;
    MARGIN-TOP: 20px;
    PADDING-LEFT: 3px;
    WIDTH: 0px;
    PADDING-RIGHT: 3px;
    COLOR: #000000;
    MARGIN-LEFT: 10px;
    TOP: 100px;
    PADDING-TOP: 3px;
    LEFT: 0px
}
#rightnav
{
    POSITION: absolute;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    WIDTH: 0px;
    PADDING-RIGHT: 3px;
    COLOR: #000000;
    TOP: 100px;
    PADDING-TOP: 3px;
    
}
#list
{
    Z-INDEX: 4;
    POSITION: absolute;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    /* WIDTH: 100%; */
    WIDTH: 90%;
    PADDING-RIGHT: 3px;
    COLOR: #000000;
    TOP: 0px;
    PADDING-TOP: 3px;
    /* LEFT: 15% */
    LEFT: 5%;
}
#bottom
{
    POSITION: fixed;
    BOTTOM: 30px;
    LEFT: 5px
}
#NoBullet
{
    LIST-STYLE-TYPE: none
}

;h2, h3 { display: inline; } 



table.sample {
     border-width: 1px;
     border-spacing: 2px;
     border-style: solid;
     border-color: black;
     border-collapse: collapse;
     background-color: white;
}
table.sample th {
     border-width: 1px;
     padding: 1px;
     border-style: inset;
     border-color: gray;
     background-color: white;
     -moz-border-radius: ;
}
table.sample td {
     border-width: 1px;
     padding: 3px;
     border-style: inset;
     border-color: gray;
     background-color: white;
     -moz-border-radius: ;
}
@media screen and (max-width: 641px) {
#list {Z-INDEX: 4;
    POSITION: absolute;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 3px;
    WIDTH: 97%;
    PADDING-RIGHT: 3px;
    COLOR: #000000;
    TOP: 0px;
    PADDING-TOP: 3px;
    LEFT: 0%}
#rightnav {width:0px}

}
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.dropdown2 .dropbtn2 {
  font-size: 16px; 
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
.navbar a:hover, .dropdown2:hover .dropbtn2 {
  background-color: green;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown2-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover  */
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown2-content a:hover {
  background-color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown2:hover .dropdown2-content {
  display: block;
}
.box{
     width:100%;
     height:20px;
}
.box:visited{
        color: white;
}
 
.red{
     background:#f00;
}
.green{
     background:#0f0;
}
.blue{
     background:#00f;
}
.darkblue {
        background:#08B;
        color: white;

}


/* Used to hide/show content on page */
#myDIV {
  width: 100%;
  padding: 5px 0;
  text-align: left;
  background-color: lightblue;
  margin-top: 0px;
}




 

#subtitle {text-align:center;} 
#format {text-align:center;} 
#button {text-align:center;} 
#author {text-align:center;} 
#enter {text-align:center;} 
.myButton {
  text-align:center;
  background-color:#2dabf9;
  border-radius:10px;
  border:1px solid #0b0e07;
  cursor:pointer;	
  color:#ffffff;	
  font-family:Arial;	
  font-size:17px;	
  padding:16px 31px;	
  text-decoration:none;	
  text-shadow:0px 1px 0px #263666;
 } 
.myButton:hover {	background-color:#0688fa;} 
.myButton:active {	position:relative;	top:1px;} 

/* for random books */
.container2 {
   position: relative;
  text-align: center;
  color: white;

}
.centered2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Container holding the image and the text */
.container {
  position: relative; 
  text-align: center;
  color: black;
  font-weight: bold;
  display: inline;
  overflow: hidden;
  /* z-index: -2; */
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
/* em6f */
.centered2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 46;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 3;
  left: 10;
  transform: translate(-50%, -50%);
  display: inline;
  /*  z-index: -1; */
}
kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0,0,0,.2), 0 2px 0 0 rgba(255,255,255,.7) inset;
    color: #333;
    display: inline-block;
    font-family: consolas,"Liberation Mono",courier,monospace;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

#changed {display:inline;}










