/* Author: Todd Gaunt */
/* Standard Elements */

body {
	font-size: 1em;
	font-family: serif;
	font-weight: lighter;
	background-color: #fcfcfc;
	color: #000000;
}

hr {
	border: thin solid #dadfda;
}

a {
	text-decoration: none;
}

a:link, a:visited {
}

a:hover, a:active {
	color: #af1010;
}

ul {
	list-style-type: circle;
}

table {
	border-collapse: collapse;
	border: 0.1em solid #65605a;
}

table td {
	border: 0.1em solid #65605a;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

table th {
	text-align: left;
}

/* Classes */

.site-navigation {
	text-align: center;
	padding-bottom: .2em;
}

.content {
	max-width: 52em;
	margin-left: auto;
	margin-right: auto;
	padding-top: .2em;
	padding-bottom: .2em;
	background-color: #f5f5f5;
	color: #050505;
}

.article-title {
	text-align: center;
}

.article-description {
	text-align: center;
}

.article-body {
	padding-left: 1em;
	padding-right: 1em;
}

/* End of file */
