/* Generic stylings */
img{ border: none; }
body {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}

a:link { 
  color: #333333;
  text-decoration: underline;
}
a:hover { 
  color: #ff0000;
  text-decoration: none;
}
a:visited { 
  text-decoration: none;
}

/* Comic setup related (it's navbar) */
#comicview {
  width: 92%;
  margin: 0 auto 0 auto;
}

.currentLink {
  /* colors for current link here */
}

#windowRestrict {
  width: 100%;
  height: 800px;
  overflow: auto;
  position: relative;
}

.centerme {
  text-align: center;
}

.c_nav_bar {
  width: 80%;
  height: 30px;
  position: relative;
  margin: 0 auto 0 auto;
}

.c_nav_link {
  float: left;
  padding: 0 45px 0 45px;
}
