.intro{
	font-weight: bold;
}

.pusha{
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}



.readmoreheader{
	background: #5af;
	color: white;
	padding: 3px;
	font-weight: bold;
}

.readmorebody{
	padding: 10px;
}

.readmorelink{
	display: list-item;
	list-style: square;
	font-size: 12px;
	margin-left: 15px;
	text-decoration: none;
	color: black;
}

.figurtext{
	width: 440px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: solid thin #5af;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.figurelement{
	text-align: center;
}

.tag1{
	color: blue;
	font-weight: bold;
	font-family: courier;
	font-size: 17px;
}

.tag2{
	color: red;
	font-weight: bold;
	font-family: courier;
	font-size: 17px;
}

.round_border{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.namebox{
	display: table;
	text-align: left;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid thin #5af;
	border-top: solid thin #5af;
	width: 100%;
}

.name{
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 10px;
	float:left;
}

.portrait{
	float: left;
}
