/*----------------------------------------
[A Single Man Base Stylesheet]

Author:       Ethan Poole
Version:      1.0.0
Last updated: 12 November 2009

[Color codes]
Background:       #000000
Text:             #EEEEEE
Links:            #CC9966
Content heaaders: #8F1020

[Table of contents]
1. Font
2. Colouring
3. Links

----------------------------------------*/

/* ----- [1. Font] ----- */
body {
	font: 14px/170% "Gothem-Medium", Arial, Helvetica, sans-serif;
}

/* ----- [2. Colouring] ----- */
body {
	background: #000;
	color: #EEE;
}
div#content h2 {
	color: #8F1020;
}
div#content h3 {
	color: #8F1020;
}

/* ----- [3. Links] ----- */
a {
	color: #CC9966;
}
a:hover {
	background: #8F1020;
	color: #EEE;
	text-decoration: none;
}
