@charset "UTF-8";
/* CSS Document */

.back {
	background-color:#fff;
	margin:0px;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#858585;
}
a:link {
	color:#0B8141;
	text-decoration:underline;
	
}
a:active {
	color:#0B8141;
	text-decoration:underline;
	
}
a:visited {
	color:#0B8141;
	font-weight:bold;
	text-decoration:underline;
	
}
a:hover {
	/*color:#64a975;*/
	color:#A4ED26;
	text-decoration:none;
	
}
h1 {
		color:#0B8141;
	font-size: 28px;
	margin-bottom: 0px;
	text-transform:uppercase;
	/*
	left:-9999px;
	margin:0;
	overflow:hidden;
	position:absolute;
	border-bottom:2px dashed #fff;*/
}
h2 {
	color:#0B8141;
	font-size: 10px;
	margin-top: 2px;
	text-transform:uppercase;
	/*border-bottom:2px dashed #fff;*/
}
h3 {
	color:#858585;
	font-size: 16px;
	margin: 0px;
	text-transform:uppercase;
	/*border-bottom:2px dashed #fff;*/
}
.box {
	border:1px dashed #858585;
	margin:100px 3px 3px 3px;
}
.box2 {
	border:1px dashed #858585;
	margin:3px;
}
.designs {
	background-color:#A4ED26;
	color:#fff;
	font-weight:bold;
	border-top:1px dashed #0B8141;
	padding:3px;
	font-size:11px;
}
.designs a:hover {
	/*color:#64a975;*/
	color:#000;
}
#wrapper {
	margin:0 auto;
	width:448px;
	text-align:center;
}