body {
	font-family: monospace;
/*	font-family: 'Anonymous+Pro', ;*/
/*	font-family: 'Architects Daughter', cursive;*/
/*	font-family: 'Shadows Into Light Two', cursive;*/
/*	font-family: 'Nothing You Could Do', cursive;*/
/*	font-family: 'Just Me Again Down Here', cursive;*/
/*	padding: 3em;*/
}

p {
	font-size: 100%;
} 

a {
	color: #0088cc;
	text-decoration: none;
	position: relative;
}
a:after {
	content: '';

	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1px;

	border-width: 0 0 1px;
	border-style: solid;
}

h3 a {
	right: -5px;
	color: #000000;
	text-decoration: none;
	position: relative;
}


/* Draw border */

.drawbox {
	position:relative;
	float:left;
/*	width:200px;
	height:100px;*/
	width:100%;
	height:100%
	background-color:#fff;
	padding:15px;
}

.draw:after {
	border: 0.15em solid transparent;
	border-image: url('tree.jpg') 0 27 27 27 round stretch;
	content: '';
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:100%;
/*	padding:25px;*/
}

.draw:before {
	border-top: 0.15em solid transparent;
	border-image: url('tree.jpg') 27 0 0 0 stretch round;
	content: '';
/*	height: 3em;*/
	left: 0;
	top: 0;
	width:100%;
	position:absolute;
/*	padding:25px;*/
}
