@charset "utf-8";

/* basics */

body {
	background-color: #000;
	/*background-image: url(../k23_images/bg1.png);
	background-repeat: repeat-y;
	background-position: left; */
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	color: #FFF;
}

sup {
	font-size: 1.3em;
	font-weight: bold;
	color: red;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	text-decoration: none;
	color: #FFF;
	
}

a:hover {
/*	background: #F03;  
    background-color: #333;
	outline: solid;
	outline-width: 6px;
	outline-color: #333;*/
	text-decoration: none;
	color: #F00;
	
}
