/*  
Theme Name: Prove All Things
Theme URI: http://www.proveallthings.org
Description: Prove All Things Theme
Version: 1
Author: Tim Challies

*/

body {
background: #fff;
}


td {
	font-family: Georgia;
	font-size: 13px;
	line-height: 18px;
}

/* Headers */

h1 {
	font: 17px Georgia, Arial, Verdana, Sans-Serif;
	color: #000;
	font-weight: bold;
}
h2 {
	font: 14px Georgia, Arial, Verdana, Sans-Serif;
	color: #000;
	font-weight: bold;
}
h3 {
	font: 12px Georgia, Arial, Verdana, Sans-Serif;
	color: #000;
	font-weight: bold;
}

/* Links */

a {
color: #154A02;
text-decoration: underline;
}
a:hover {
color: #292929;
}
ul {
	margin-left: 9px;
	padding-left: 9px;
}
.sidebar li a {
	font-size: 11px;
}
span.greek {
font: bold 15px 'Palatino Linotype', Verdana, Arial;
}