/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme 
Author: James Hirschfeld
Template: twentyten
*/

@import url("../twentyten/style.css");

body  {
     background-color: #CCCCCC;
}

#site-title a {
    color: #009900;
}

/* Change our default link colors */
	a:link{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	}
	a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	}
	a:hover{
	color:#1143d8;
	}
	a:active{
	color:#a67942;
	}

