																				/* Reset */
* {	
	margin: 0;
	padding: 0; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	font-family: arial, helvetica, sans-serif;
}

hr{ display: none;}
																				/* Body */

body{
	background-color: #fff;
	color: #444;
	padding: 40px;
}

a{ color: #0099cc;}
a:hover{ color: #ff0099;}

div#wrapper{ width: 80%; padding: 2em 0; display: block; margin: 0 auto;}

h1 a{ 
	font-family: "arial black";
	display: block;
	overflow: hidden;
	height: 24px;
	width: 160px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url("/_site/img/kr_logo.png");
}

h1 a:hover{
	opacity: 0.65;
	-moz-opacity: 0.65;
}

h2 {
	margin: 1em 0 1em 0;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	display: block;
}

h3 {
	color: #ff0099;
	margin: 1.4em 0 .5em 0;
	font-size: 1em;
}

p{
	font-size: .75em; 
	text-align: justify; 
	line-height: 1.4em;
	margin-bottom: .8em;
}
