html
{
	font-family:'나눔 고딕', 'NanumGothic', '맑은 고딕', 'Malgun Gothic', sans-serif;
}

a
{
	color:blue;
}
a:hover
{
	color:red;
}

h1 a
{
	color:red;
}

img
{
	border:0px;
}

th
{
	width:100px;
}

#google_ads
{
	border:gray solid 1px;
	height:60px;
	width:468px;
	position:absolute;
	top:20px;
	right:20px;
}
