BODY {
font-family: Arial, sans-serif; 
color: black;
font-size: small;
background-color: #990000;
}

h1 {
text-align: right;
align: right;
font-weight:bold;
color: black;
font size: larger;
}
h2 {
align: left; 
font-weight: bold;
color: black;
font-size: large;
}
A:link, A:visited {
font-weight:bold; 
text-decoration: none;
color: black;
font-size: 13;
}

.nav {
text-align: left;
color: black;
font-size: smallest;
}


#zines {
background-color: #fff;
padding: 10px;
}

#review {
background-color: #cff;
align: right;
text-align: left;
float: right;
color: black;
margin-left: 50px;
margin-top: 12px;
margin-bottom: 20px;
}

#reader {
background-color: #cff;
align: center;
text-align: left;
float: center;
color: black;
margin-left: 8px;
margin-top: 12px;
margin-bottom: 12px;
padding: 10px;
}





