body,td,th {
	font-family: 돋움;
	font-size: 12px;
	color: #666666;
	line-height: 1.6;
}
.pass {
	font-family: 돋움;
	font-size: 11px;
	color: #666666;
}
a.pass:link {
	color: #7f7f7f;
	text-decoration: none;
}
a.pass:hover {
	color: #CC3333;
	text-decoration: underline;
}
a.pass:active {
	color: #7f7f7f;
	text-decoration: none;
}
a.pass:visited {
	color: #9c9c9c;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #777777;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}

