﻿body {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
}

h1.title {
	font-size: 32px;
}

p.subtitle {
	font-size: 10px;
}

p {
	padding: 5px;
}

p.tiny {
	font-size: xx-small;
}

body {
	margin-left: 10%;
	margin-right: 10%;
	background: #666666;
}

div {
	border: 1px solid black;
	border-bottom: none;
	background: white;
}

#title {
	text-align: center;

}

#ad {
	width: 468;
	height: 60;
	display: none;
}

#comics {
	margin: 0px auto;
	text-align: center;
}

#navigation {
	margin: 0px auto;
	text-align: center;
	border-bottom: 1px solid black;
}

#foot {
	margin: 0px auto;
	text-align: center;
	display: none;
}

a {
	color: #000000;
	text-decoration: none;

}

a:visited {
	color: #000000;
}

a:hover {
	color: #606060;
	border-bottom: 1px dashed;
}

a:active {
	color: #606060;
	border-bottom: 1px dashed;
}

