@charset "UTF-8";
/* CSS Document */

body { 
	background-color: #FFFFFF; 
}

.lenke {
	font-family: "Courier New", Courier, monospace;
	text-decoration:none;
	color:#999999;
}

#container {
	overflow: hidden;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}