body { 
background-color: black; 
margin-top: 0%; 
margin-left: 0%; 
margin-right: 0%; 
}

#header {
position: top;
height: 86px;
width: 1200px;
}

#genre {
border-style: dotted;
border-color: red;
border-width: 1px;
border-right-width: 0px;
border-left-width: 0px;
width: 1000px;
text-align: center;
margin-top: 16px;
margin-left: auto;
margin-right: auto;
}

p.section {
color: yellow; 
font-family: Georgia; 
font-style: normal;
font-size: 155%;  
margin-top: 0%;
margin-bottom: 0%; 
width: 800px;
margin-right: auto;
margin-left: auto;
line-height: 1.4em; 
padding: 2% 0% 2% 0%;
}

table {
margin-right: auto;
margin-left: auto;
border-collapse: collapse;
}

td, th {
padding: 10px;
padding-bottom: 50px;
}

p.banner {
margin-top: 0%; 
margin-bottom: 0%;
margin-left: 0%;
margin-right: 0%;  
}

.smalltitle {
color: #EDEDED;
font-family: Georgia; 
font-size: 130%; 
text-align: center;
line-height: 3;
border-style: dotted;
border-color: red;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
border-bottom-width: medium;
padding-bottom: 8px;
}

.smallauthor {
color: #EDEDED; 
font-family: Verdana; 
font-size: 107%; 
text-transform: uppercase;
text-align: center;
line-height: 1;
}

a:link {color: black;}
a:visited {color: black;}
a:hover { }
a:active {color: black;}
