td, div
{
	font-family: Consolas, Verdana;
	text-align: center;
	color: #FFFFFF;
	font-size: 125%;
}
h1
{
	font-family: Consolas, Verdana;
	text-align: justify;
	color: #FFFFFF;
	font-size: 125%;
}
body
{
	background: #000000;
}
p, li, .news-body
{
	font-family: Consolas, Verdana;
	text-align: justify;
	color: #FFFFFF;
	font-size: 125%;
}
.comic-title
{
	font-family: Consolas, Verdana;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.comic-description
{
	font-family: Consolas, Verdana;
	text-align: center;
	color: #FFFFFF;
	font-size: 125%;
}
.upper-title
{
	font-family: Consolas, Verdana;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.news-title
{
	font-family: Consolas, Verdana;
	font-size: 125%;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
}
.news-date
{
	font-family: Consolas, Verdana;
	font-size: 125%;
	font-weight: bold;
	text-align: right;	
}
.character-name
{
	font-family: Consolas, Verdana;
	font-size: 125%;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;	
}
.character-bio
{
	font-family: Consolas, Verdana;
	font-size: 125%;
	text-align: justify;
	color: #FFFFFF;
}

a
{
	color: #FF0000;
}

/* Responsive Tweaks */
@media (min-width: 768px)
{
	td, div
	{
		font-family: Consolas, Verdana;
		text-align: center;
		color: #FFFFFF;
		font-size: 125%;
	}
	h1
	{
		font-family: Consolas, Verdana;
		text-align: justify;
		color: #FFFFFF;
		font-size: 125%;
	}
	body
	{
		background: #000000;
	}
	p, li, .news-body
	{
		font-family: Consolas, Verdana;
		text-align: justify;
		color: #FFFFFF;
		font-size: 125%;
	}
	.comic-title
	{
		font-family: Consolas, Verdana;
		font-size: 125%;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
	}
	.comic-description
	{
		font-family: Consolas, Verdana;
		text-align: center;
		color: #FFFFFF;
		font-size: 125%;
	}
	.upper-title
	{
		font-family: Consolas, Verdana;
		font-size: 200%;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
	}
	.news-title
	{
		font-family: Consolas, Verdana;
		font-size: 125%;
		font-weight: bold;
		text-align: justify;
		color: #FFFFFF;
	}
	.news-date
	{
		font-family: Consolas, Verdana;
		font-size: 125%;
		font-weight: bold;
		text-align: right;	
	}
	.character-name
	{
		font-family: Consolas, Verdana;
		font-size: 125%;
		font-weight: bold;
		text-align: justify;
		color: #FFFFFF;	
	}
	.character-bio
	{
		font-family: Consolas, Verdana;
		font-size: 125%;
		text-align: justify;
		color: #FFFFFF;
	}

	a
	{
		color: #FF0000;
	}
}