/* park yong joon's css 2004.07.05. */

/* [1] ¸µÅ© »ö»ó Á¤ÀÇ */
a:link    /* ±âº» ¸µÅ© Á¤ÀÇ */    
{ 
	font-family:verdana; font-size:11px; color:navy; text-decoration:none;     
}
a:visited    /* ¹æ¹® ¸µÅ© Á¤ÀÇ */
{ 
	font-family:verdana; font-size:11px; color:navy; text-decoration:none;   
}
a:active     /* È°¼º ¸µÅ© Á¤ÀÇ */
{ 
	font-family:verdana; font-size:11px; color:red; text-decoration:none;     
}
a:hover      /* ¸¶¿ì½º ¿À¹ö ¸µÅ© Á¤ÀÇ */
{ 
	font-family:verdana; font-size:11px; color:#0000ff; text-decoration:underline;   
}

/* [2] »ç¿ëÀÚ Á¤ÀÇ ½ºÅ¸ÀÏ */
.button   
{ 
	height:20px; border-width:1; border-style:ridge; 
	border-color:#d0d0d0; background-color:#dfdfdf;
}
.editbox  
{ 
	border:1 solid black; background-color:white; 
}
.my_border1 
{
	background:;border-top:0 dashed ;border-left:0 dashed ;
	border-right :0 dashed ;border-bottom:1 dashed black ;
}
.my_border2 
{ 
	background:;border-top:1 dashed ;border-left:1 dashed ;
	border-right :1 dashed ;border-bottom:1 dashed 
}
/* [3] body ½ºÅ¸ÀÏ Á¤ÀÇ */
body 
{
	background-color:white;
	margin-left:0px; 
	margin-right:0px; 
	font-family:verdana;
	color:#001960; 
	/* ½ºÅ©·Ñ¹Ù »ö»ó Á¤ÀÇ */
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #3874c8; 
	scrollbar-shadow-color: #3874c8; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #3874c8; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff
}

/* [4] ±âº» ÅÂ±× ½ºÅ¸ÀÏ Á¤ÀÇ */
p,br,body,table,td,input,select,textarea,option,font 
{ 
	font-family:verdana; font-size:11px; font-style:normal; 
}
select
{ 
	background-color:white;font-family:verdana; font-size:11px; font-style:normal;
}

/* [5] Å×ÀÌºí ½ºÅ¸ÀÏ Á¤ÀÇ */
#my_table1 
{
	border-top-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px; 
	border-left-width:1px; 
	border-top-color:black; 
	border-bottom-color:black; 
	border-right-color:black; 
	border-left-color:black; 
	border-bottom-style:solid; 
	border-left-style:solid; 
	border-right-style:solid;
}

h3 { font-size:15pt; font-family:'¸¼Àº °íµñ' Verdana; }
