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

body {
	font-family:"Courier New", Courier, monospace;
}

td {
	vertical-align:top;
	
	border: thin solid gray;
}

.title {
	color: #009900;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

a {
	text-decoration:none;
	
	color:#009900;
	
	font-weight:bold;
}

.love {
	line-height:20px;
	
	font-size:14px;
}

.comment {
	width:266px;
	
	font-size:14px;
	
	font-style:italic;
}

.noborder {
	border:none;
}

.tree_btn {
	width:16px;
	height:12px;
	
	border: thin solid black;
	
	font-size:12px;
	
	font-weight:bold;
	
	text-align:center;
	
	vertical-align:middle;
	
	background-color:#FFFF00;
	
	cursor:pointer;
}

.tree_section {
	visibility:collapse;
}


#first-love-pic-main {
	width:150px;
	height:150px;
	float:right;
	overflow:hidden;
}
#first-love-pics-holder {
	position:relative;
	width:300px;
	height:150px;
}
.first-love-pic {
	width:150px;
	height:150px;
	float:left;
}

.love-pic-main {
	width:100px;
	height:100px;
	overflow:hidden
}
.love-pics-holder {
	position:relative;
	width:200px;
	height:100px;
}
.love-pic {
	width:100px;
	height:100px;
	float:left;
}
