body{ 
	margin-left : 10em; 
	background-image : url("ki206.jpg");
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	width: 800px;
	font-family: Arial, san-serif;
}
a{
text-decoration:underline
}
a:link {
	color: black;
}
a:visited {
	color: gray;
}
a:hover {
	color: maroon;
}
a:active {
	color: maroon;
}
h3{
	width:100px;
	float: left;
	text-align: center;
	font-size: 20px;
}
h4 {
	font-family: Arial,sans-serif;
	text-align: right;
}
.contents{
	text-align: left;
	width: 400px;
	margin-top: 50px;
	margin-bottom: 100px;
	
}
