body {
	background:#FFF url('img/bg.jpg');
	font-family:NanumGothic,나눔고딕,Helvetica Neue;
	font-weight:bold;
	font-size:10pt;
}
td {
	font-family:NanumGothic,나눔고딕,Helvetica Neue;
	font-weight:bold;
	font-size:10pt;
	color:#666;
}
input {
	font-family:NanumGothic,나눔고딕,Helvetica Neue,Trebuchet MS;
}
a:link {
	color:#6991b3;
	text-decoration:none;
}
a:visited {
	color:#6991b3;
	text-decoration:none;
}
a:hover {
	color:#2c3c4a;
	text-decoration:underline;
}

.listDiv {
	background:transparent;
	cursor:hand;cursor:pointer;
	padding:3px;
	border-bottom:1px solid #FFF;
}
.listDiv:hover {
	background:#FFF;
	color:red;
}