/*
Theme Name: ajb007
Theme URI: http://www.ajb007.co.uk/
Description: Child Theme for Thematic
Author: Simon Corless
Author URI: http://www.ajb007.co.uk/
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.css");

body {
	background: #000;
	color: #e0e0e0;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

a:link, a:visited {
	color: #6699cc;
}

#blog-title a {
	color: #6699cc;
	text-decoration: none;
}

a:hover, a:hover {
	text-decoration: none;
	color: #e0e0e0;
}

#blog-title a:active, #blog-title a:hover,
.entry-title a:active, .entry-title a:hover {
	color: #e0e0e0;
}
