@charset "UTF-8";

html {
	height:100%;
	}
body {
	margin:20px;
	background-color: #fefefe;
	font-family: Verdana,Osaka,Gothic,Sans-serif;
	font-size: x-small;
	line-height: 150%;
	color: #333333;
	}
a {
	text-decoration: none;
	}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #006699;
	}

a:hover {
	text-decoration: underline;
	color: #006699;
	}

#box {
	width: 600px;
	margin: auto;
	padding: 0px;
	border: 0px solid #666666;
	background-color: #ffffff;
	}

@media screen, print {
	.textbody {
/*		text-align: justify;
		text-justify: inter-ideograph; */
		}
	}

.textbody {
	margin-top: 30px;
	text-align: left;
	font-family: Verdana,Osaka,Gothic,Sans-serif;
	font-size: 12px;
	line-height: 160%;
	}

.sepa {
	margin-top: 30px;
	border-top: 1px dotted #333333;
	}

.photo2 img {
	float: right;
	margin: 0px 0px 10px 40px;
	}

.posted { 
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana,Gothic,Sans-serif;
	font-size: 10px;
	text-align: right;
	}

