body { 
	padding: 7% 0; 
	color: #333;
	/*background-color: #fff;*/
        background: url(/blog/wp-content/themes/scribbishwp/images/background.gif) repeat-x left top;

	/*font-family: Georgia, "Times New Roman", Times, serif; */
	font: normal 72.5% Tahoma,sans-serif;

}

h1 { 
	font-size: 70pt; 
	font-weight: normal; 
	text-align: center; 
}

a {
 /*color: #0069af; */
 color: #554;
 background-color: inherit; text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

