/* ./CSS/kj.css */
@charset "UTF-8";

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img { border: 0 none; }

a:link {color:#333333; text-decoration:none}
a:visited {color:#333333; text-decoration:none} 
a:active {color:#333333; text-decoration:none}
a:hover {
	color:#FF0000;
	text-decoration:none;
	font-weight: bolder;
}

/*********************************/
/*** useful links              ***/
/*********************************/

#w1 {
	font-size: 12px;
	font-weight: bolder;

	line-height: 200%
}	

#w2 {
	font-size: 18px;
	font-weight: bolder;
	
	line-height: 200%
}	

#w3 {
	font-size: 24px;
	font-weight: bolder;
	
	line-height: 200%
}	

#w4 {
	font-size: 30px;
	font-weight: bolder;
	
	line-height: 200%
}	

#w5 {
	font-size: 36px;
	font-weight: bolder;
	
	line-height: 200%
}	

#w6 {
	font-size: 50px;
	font-weight: bolder;
	
	line-height: 200%
}	

#red {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bolder;
}

.hr {
	border:thin;
}

/*********************************/
/*** index / kjyoo / kyoungjin ***/
/*********************************/

p {
	color: #333333;
}

div.white {
	color:#fff;
}

div.black { 
	text-align:center;
	white-space:nowrap;
	position:absolute;
	text-align:center;
}
