/*
Theme Name: Shades Of Green Lite
Theme URI: N/A
Description: Shades Of Green Lite
Version: 0.1
Author: TJ McKimmey
Author URI: http://tjmckimmey.com
Tags: black, white, grey, fixed-width, two columns, style, styles
*/

body {
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 5%;
	margin-top: 20px;
	background-color: #99cc01;
	color: white;
	text-align: left;
	font-weight: bold;
}

a {
		
		font-weight: bold;
		
		text-decoration: none;
		color: #FFFFFF;
		-webkit-transition: color .25s ease-out;
		
		
	}

a:hover {
		font-weight: bold;
		color: #7d7d7d;
	}

h1 {
		font-size: 22px;
		font-weight: bold;
	}

