body {
	font: 21px Verdana, "Lucida Grande", Lucida, sans-serif, Arial;
}

div  {
	display: inline;
}

span.small {
	font-size: 50%;
}

#body, a, a:visited {
	background-color: #fffeff;
	color: #680090;
}

#body {
	top: 30%;
	left: 25%;
	position: absolute;
}

#photo {
	float: left;
	display: inline;
	margin-right: 15px;
	height: 300px;
}
#photo img {
	border: thin dotted #680090;
}

#name {
	font-size: 110%;
}

#validator {
	position: absolute;
	bottom: 1%;
	left: 35%;
}

#name strong, #nick strong, strong {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
#name strong {
	font-size: 135%;
	font-weight: bold;
}

a, a:hover, a:visited, a:visited:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #fffeff;
	background-color: #680090;
}