body {
	background-color : #001b6a ;
	color : #fff ;
	width : 800px ;
	font-size : 0.8em ;
	}

#box0 {
	position : relative ;
	left : 100px ;
	width : 760px ;
	}

#box1 {
	width : 760px ;
	margin : 20px 0px ;
	}

#box1-1 {
	width : 150px ;
	height : 150px ;
	text-align : center ;
	margin : 5px ;
	padding : 5px ;
	float : left ;
	border-style : solid ;
	border-color : #fff ;
	border-width : 0px 0px 2px 2px ;
	}
#box1-2 {
	width : 560px ;
	height : 150px ;
	margin : 5px 0px 20px 0px ;
	padding : 5px ;
	float : left ;
	border-style : solid ;
	border-color : #fff ;
	border-width : 5px 0px 0px 0px ;
	}

	.title {
		font-weight : bold ;
		font-size : 1.2em ;
		}

	.data {
		font-style : italic ;
		}

	.info {
		}

#box2 {
	position : relative ;
	top : 20px ;
	left : 100px ;
	width : 710px ;
	padding : 10px ;
	background-color : #fff ;
	color : #000 ;
	border-style : double;
	border-color : #fff ;
	border-width : 10px ;
	float : left ;
	}

#bottom {
	position : relative ;
	top : 40px ;
	left : 100px ;
	width : 750px ;
	float : left ;
	}

