/*

- whybuylandno.com
- designed by
- switch creative group

*/

/* ! ---- Colors ---- */
/* ! - #FFFFFF	= white */
/* ! - #42210B  = dk copy */
/* ! - #F8971D  = orange */


/* ! ---- Fonts --- */
/* sans - Helvetica, Verdana, Arial, sans-serif; */


/* ! ---- Content ---- */
/* ----------------------------------------------------------------------------- */
	
	body {
		background: #fff;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		color: #42210B;
		}
	
	#wrapper {
		font-size: 40px;
		font-weight: bold;
		margin: 50px 0 50px 50px;
		width: 750px;
		}
	
	h1,
	.orange {
		color: #F8971D;
		font-size: 40px;
		}
	
	p {
		}
	
	p.light {
		color: #A8958B;
		}
	
	p.small {
		font-size: 20px;
		font-weight: normal;
		margin-top: -1.5em;
		}
	
	p.small a {
		color: #F8971D;
		padding: 2px 4px;
		}
	
	p.small a:hover {
		background: #F8971D;
		color: #fff;
		}



