body {
	color: #CCCCCC;
	background-color: #000000;
}
a {
	color: #FF0000;
}
.style1 {
	color: #FF0000;
	font-size: medium;
	text-align: center;
}
li {
	list-style-type: none;
}

#title {
	background-image: url(../../image/jena.jpg);
	height: 600px;
	width: 1000px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
}
#contents{
	width: 250px;
	background-color: #000000;
	float: left;
	line-height: 1.6;
}
.header {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: right;
}
#header {
	text-align: right;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
