/*  
Theme Name: Thwart Chaos Live!
Theme URI: http://thwartchaos.com
Description: The theme used for the Thwart Chaos Live site
Version: 1.0
Author: Daniel Watson
Author URI: http://thwartchaos.com

Thwart Chaos Live!

Based on the theme "Newsprint" by Offshore IT Sourcing Providers China
http://qinit.com/

The CSS, XHTML and design of both "Thwart Chaos Live!" and "Newsprint" 
is released under GPL 2.0:
http://www.opensource.org/licenses/gpl-2.0.php

*/

/* INCLUDES */

@import url("screen.css");
@import url("design.css"); 

/* ADDITIONAL TWEAKS */

a, a:active, a:visited {
/*	color: #003366; */
	color:#7f1b0e;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	background-color:#fcf2c8;
}

