<!--
/* font.css */

@font-face {font-family:돋움; src:url(http://www.colcol.net/css/wf.eot); }
body,td { font-family:돋움; font-size:9pt; color:#7a7a7a; line-height:150%; }

A:link { font-family:돋움; color:#646464; text-decoration:none; }
A:visited { font-family:돋움; color:#646464; text-decoration:none; }
A:hover { font-family:돋움; text-decoration:underline; }

/* font.css */
-->