

 body {
	color: White;
	font-size: 1.5em;
	background: Gray;
	
}

a {
	text-decoration: underline;
	color: Black;
}
.clear{clear:left;}
	.float-right {float:right;}
	.float-left {float:left;}
	.clear-right {clear:right;background:#d8bfd8}
	.clear-left {clear:left;background:#708090}
	.clear-both {
	clear: both;
	background: transparent;
	font-family: serif;
	font-weight: bold;
	text-align: center;
}
	#Suzukitext{
	background-color: transparent;
	padding-top: 2%;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: medium solid;
	float: right;
	width: 30%;
	color: Maroon;
}