body {
background-color: #b46202;
color: #3f308d;
font-family: "Perpetua Titling MT";
}

td.nav{
background-color: #FFFFF7;
vertical-align: middle;
border-style: solid;
border-width: 5px;
border-color: #3f308d;
}

td.comic{
padding: 10px;
}
/* defines the links */
  /* unvisited link */
a:link {
color: #3f308d;
text-decoration: underline;
font-size: 15 px;
} 
/* visited link */    
a:visited {
color: #3f308d;
text-decoration: underline;
font-size: 15 px;
}
  /* mouse over link */
a:hover {
color: #b46202;
text-decoration: underline;
font-size: 15 px;
}
/* selected link */   
a:active {
color: #3f308d;
text-decoration: underline;
font-size: 15 px;
}   
