* {
	margin: 0;
	padding: 0;
	
}

body {
        background: #19466e;
        font-family: Georgia, Times, serif;	
	
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
        margin: 0 auto;
}

#container {
        background: #fff;
	width: 960px;
	margin: 0 auto;
        margin-bottom: 24px;

}

#header {
        margin: 14px 0 40px 0;
}

#header img {
	max-width:100%;
}


#comic img {
	max-width:100%;
}

#issue {
	font-size: 17px;
	font-family: Times, serif;
	font-weight: bold;
	margin: 0 12px;
}


#navigation {
width: 960px;
height: 40px;
margin: 0 0 60px;
font-weight: bold;
}

#navigation-line {
width: 940px;
border-top: 2px solid black;
margin: 20px 10px;
}

#nav {
font-size: 14px;
float: left;
width: 240px;
text-align: center;
}

#no-nav {
font-size: 14px;
float: left;
width: 240px;
text-align: center;
text-decoration: line-through;
}

#footer {
        text-align: center;
	color: black;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
        margin-bottom: 60px;
}

#misc {
margin-bottom: 30px;
display: inline-block;
}

#awcc1453392033872 {
float: left;
width: 115px;
margin-left: 10px;
}

.ad {
padding-left: 10px;
padding-right: 100px;
}

#your-ad-here {
width: 298px;
color: #a1a1a1;
height: 220px;
border: 1px solid #a1a1a1;
margin-left: 10px;
float: left;
font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
text-align: center;
vertical-align: middle;
line-height: 220px;
}



#astro {
margin-left: 10px;
float: left;
}

a:link {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:hover {
    color: hotpink;
    text-decoration: underline;
}








}