@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Courier New", Courier, monospace;
}

.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;
}