body {
	background-color: #fff;
	background-image: url("");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

h1 {
	font-family:silkscreen;
	color: #000;
	background-color: #5e5e5e;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 5px 20px 1px 20px;
	background: #fff;
}
span.sizedesign {
	text-transform: lowercase;
	letter-spacing: 1px;
}
h2 {
	background: #ffffff;
	color:#5e5e5e;
	font-family:arial;
	text-transform: uppercase;
}

p {
	font-style: none;
	font-weight: none;
	font-size: 11px;
	font-family: Georgia;
	letter-spacing: 3px;

}
b {
	font-style: none;
	font-weight: bold;
	font-size: 12px;
	font-family: georgia;
	letter-spacing: 3px;
}
I {
	font-style: none;
	font-weight: bold;
	font-size: 11px;
	font-family: georgia;
	letter-spacing: 1px;

}

li {
	text-transform: capitalize;

}

span.dokusei {
	color:#c8c8c8;
	font-family:arial;
	font-size:27px;
}

a:visited {
	color: none;
	text-decoration:none;
}

a:link {
	color: #000;
	text-decoration:none;
}

a:active {
	background-color: none;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}
#body1 {
	float:left;
	width: 33%;
}

#body2 {
	float:left;
	width: 33%;
}

#body3 {
	float:left;
	width: 13%;
}

#picture {
	float:left;
	width: 100px;
}
span.introduction {
	color:#000;
	letter-spacing:0px;
	background-color: #ffffff;
	
}
span.host{
	font-size:9px;
	letter-spacing:1px;
	color:#969696;
}
span.toxicity{
	color:#ffffff;
}
span.honourable{
  font-family:tahoma;
	letter-spacing: 1px;
}

--code--
iframe {
display:none !important;
}
--code