﻿.comiclink {
	font-weight: bold;
}

.text {
	margin-left: 25%;
	margin-right: 25%;
	text-align: justify;
}

a {
	color: #3b4c5c;
	text-decoration: none;
}

a: hover {
	color: red;
	text-decoration: underline;
}

a.text {
	font-weight: normal;
	margin: 0;
	text-align: left;
}

body {
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
}


/* Archive */

a.archive {
	font-weight: bold;
}

table.archive {
	margin: 2px;
}

#Years {
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}

.blankday, .day {
	background-color: #f4f4f4;
	border: solid 1px White;
}

.month {
	background-color: Black;
	color: White;
}

.week {
	background-color: #3b4c5c;
	color: White;
}

.year {
	margin-left: 4px;
	margin-right: 4px;
}
