/*-----attach body.custom to any style you add here-----*/

/*-----headings-----*/	
h1, h2, h3, h4, h5, h6{
	font-weight:normal; 
	color: #663300; 
	font-family:'trebuchet MS', verdana, arial, sans-serif;	
	}	
	

/* background color of page */
body {
	background-color: #cccccc
}

/* color of page titles */
.entry-title, .page-title{
	color: #663300; 	
	}

/*-----content style-----*/
.entry-content{
	color: #660000;
	font-family: verdana, 'Lucida Grande', arial, sans-serif; 
	font-size:1.3em; 
	line-height:1.5385;
}

/* header banner style */


.homelink{
	font-size:35px; 
	font-weight:bold; 
	}
.homelink a{
	color:#444;
}
.homelink a:hover{
	color:#000; 
	}
.description{color:#660000; 
	font-size:13px; 
	font-style:italic;
 }