

/*********************************************************
* ÀÏ¹Ý ¸µÅ©
*********************************************************/
a:link, a:visited, a:active{ 
	text-decoration: none; 
	background-color: inherit;
	color: #555555; 
}
a:hover{ 
	text-decoration: underline; 
}


/*********************************************************
* »ó´Ü ¸Þ´º¿¡ »ç¿ëµÇ´Â ¸µÅ©
*********************************************************/
a.top_menu:link, a.top_menu:visited, a.top_menu:active{ 
	text-decoration: none; 
	background-color: inherit;
	font-size: 12px;
}
a.top_menu:hover{ 
	background-color: inherit;
	text-decoration: underline;
	font-size: 12px;
}


/*********************************************************
* ÁÂÃø ¸Þ´º¿¡ »ç¿ëµÇ´Â ¸µÅ©
*********************************************************/
a.menu:link, a.menu:visited, a.menu:active{ 
	text-decoration: none; 
	background-color: inherit;
	color: #555555;
	font-weight: bold;
}
a.menu:hover{ 
	background-color: inherit;
	color: #0066FF;
	text-decoration: underline; 
}



/*********************************************************
* ¹öÆ°´ë¿ëÀ¸·Î »ç¿ëµÇ´Â ¸µÅ©
*********************************************************/
a.button:link, a.button:visited, a.button:active{ 
	text-decoration: none; 
	background-color: inherit;
	color: #555555;

}
a.button:hover { 
	background-color: #DDDDDD;
	color: #0066FF;
	text-decoration: underline; 
}
