/*
Theme Name: Jclaw
Description: Child theme for the twentytwelve theme 
Author: Your name here
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

.site-title a {
    color: #009900;
}


.entry-content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px; 
	color:#3B3B3B; 
	font-weight:normal; 
	text-decoration:none; 
	margin-bottom:10px;
}
.entry-content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; 
	color:#3B3B3B; 
	font-weight:normal; 
	text-decoration:none; 
	margin-bottom:10px;
}
.entry-content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px; 
	color:#3B3B3B; 
	font-weight:normal; 
	text-decoration:none; 
	margin-bottom:10px;
}
.entry-content h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; 
	color:#3B3B3B; 
	font-weight:normal; 
	text-decoration:none; 
	margin-bottom:10px;
}
.entry-content h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px; 
	color:#3B3B3B; 
	font-weight:normal; 
	text-decoration:none; 
	margin-bottom:10px;
}
.entry-content h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	color:#3B3B3B; 
	font-weight:normal; 
	text-decoration:none; 
	margin-bottom:10px;
}