@charset "utf-8";
body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#C0C0C0;
}

html { overflow: -moz-scrollbars-vertical !important; }


.yangiyul_layout #mainContent { 
	max-width: 950px;
	min-width: 780px;
} 

/* TABLES */

table.main {
	border-bottom: #E5E5E5 dotted thin;
	margin-bottom: 10px;
}


/* TYPOGRAPHY */

p {
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: normal;
	text-align: justify;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
}

.text_h1 {
	color: #000000;
	line-height: 1.3em;
	font-size: 1.8em;
	font-weight: normal;
	text-align: left;
	background: #B2B2B2;
}

.text_h2 {
	color: #000000;
	line-height: 1.1em;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	background: #B2B2B2;
}

.text_body {
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
}

/* IMAGES */

.img_img {
	border: 2px;
	border-color: #FFF;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/* LINKS */

#mainContent A:link {
	text-decoration: none;
	border-bottom:1px dotted #888;
	color: #B2B2B2;
}
#mainContent A:visited {
	text-decoration: none;
	border-bottom:1px dotted #888;
	color: #B2B2B2;
}
#mainContent A:active {
	text-decoration: line-through;
	color: #B2B2B2;
}
#mainContent A:hover {
	text-decoration: line-through;
	color: #B2B2B2;
}