body { /* This is where you set many of the universal defaults */
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;
	line-height: 16px;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 20px;
	line-height: 24px;
        text-align:center;
        color: #1C4939
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #1818A2;
	text-decoration: underline;
}
a:hover { 
	color: #69026e; 
	text-decoration: underline; 
}
