body	{
		background-color: #a8c68d;
		cursor: default;
		font-family: Source sans pro;
		font-size: 14px;
	}
	
	
	
	#homeContainer {
		margin: auto;
		margin-top: 5px;
		padding: 10px;
		width: 600px;
		height: 100%;
		background-color: #ffffff;
		border: 1px solid #000000;
		border-radius: 15px;
		text-align: center;
		box-shadow: 2px 2px #666666;
	}
	

	h1	{
		font-family: Source sans pro;
		font-size: 14px;
		color:#666666;
	}

	h2	{
		font-family: Source sans pro;
		font-size: 20px;
		color:#647653;
	}
	
	h3	{
		font-family: Source sans pro;
		font-size: 22px;
		color:#425f27;
		margin-top:2px;
		margin-bottom: 10px;
	}
	
	


