<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*	designed and coded by brenton simpson - brenton@slipabuck.com
* 
* 	old colors:
* 		Green:		#59600E
* 		Blue:		#8DB368
* 		Brown:		#1C0D00
* 		
* 	business card colors:
* 		Green PMS 5767:		#859234
* 		Blue PMS 557:		#98C085
* 		Brown PMS 462:		#3F1D03
*
*		Indigo:				#0F001C
*		Beige:				#D3C382
*/
#makeoversangles{
	background-image: url(/static/img/makeoversangles.png);
	background-repeat: none;
	width: 551px;
	height: 498px;
	z-index: 1;
	position: absolute;
	margin-left: 50%;
	left: -138px;
}
.photo{
	background-color: #D3C382;
	border-style: solid;
	border-color: #3F1D03;
	border-width: 3pt;
	position: absolute;
	margin-left: 50%;
}
.bigfont{
	font-size:			43px;
	line-height:		72px;
}
#title{
	background-color: 	#0F001C;
	border-style: 		solid;
	border-color: 		#3F1D03;
	border-width: 		4pt;
	position: 			absolute;
	margin-left: 		50%;
	left:				-124px;
	top: 				25px;
	width: 				512px;
	height: 			72px;
	font-family: 		"Apple Chancery", Didot;
	font-size:			29px;
	color: 				#859234;
	line-height: 		72px;
}
#textbox{
	background-color: 	#D3C382;
	border-style: 		solid;
	border-color: 		#3F1D03;
	border-width: 		3pt;
	position: 			absolute;
	padding:			10px;
	margin-left: 		50%;
	left: 				-120px;
	top: 				115px;
	width: 				490px;
	_width: 			510px;
	height: 			196px;
	font-family: 		"Apple Chancery", Didot;
	font-size:			16px;
	color: 				#3F1D03;
	line-height: 		19px;
}
#photoA{
	position: 			absolute;
	left:	 			-188px;
	top: 				380px;
	width:				177px;
	height: 			133px;
}
#photoB{
	position: 			absolute;
	left: 				73px;
	top: 				341px;
	width: 				125px;
	height: 			94px;
}
#photoC{
	position: 			absolute;
	left: 				287px;
	top: 				372px;
	width: 				161px;
	height: 			121px;
}
#photoD{
	position: 			absolute;
	left: 				4px;
	top: 				452px;
	width: 				115px;
	height: 			84px;
}
#photoE{
	position: 			absolute;
	left: 				150px;
	top: 				448px;
	width: 				124px;
	height: 			92px;
}
.tag{
	font-family: 		"Optima", Verdana;
	font-size:			12px;
	color: 				#FFFFFF;
	margin-left:		50%;
}
#before{
	position: 			absolute;
	left: 				45px;
	top: 				527px;
}
#after{
	position: 			absolute;
	left: 				200px;
	top: 				531px;
}</pre></body></html>