@charset "utf-8";
/* CSS Document */

#large-username {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #FFFFFF;
	width:50%;
	padding:10px;
	text-align:right;
	vertical-align:middle;
	height:100%;
}





#large-stats {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	width:50%;
	padding:10px;
	height:100%;
	vertical-align:middle;
	text-align:left;
	line-height: 40px;
	
}


.additional_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.darkgrey {
	color: #333333;
}
.lightgrey {
	color: #767676;
}
.almostwhite {
	color: #CCCCCC;
}

.user_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	text-decoration:none;
}

.user_name A:link{
	color: #333333;
		text-decoration:underline;
	
}
.user_name A:visited{
	color: #333333;
	text-decoration:underline;
}

.user_name A:active{
	color: #333333;
	text-decoration:underline;
}
.user_name A:hover{
	color: #409611;
	text-decoration:underline;
}



.cell-username {
	width: 200px;
	padding-right: 20px;
	vertical-align: top;

}
.cell-words {
	width: 160px;
	padding-right: 20px;
	vertical-align: top;

}
.cell-last_update {
	width: 240px;
	padding-right: 20px;
	vertical-align: top;

}
.cell-registration {
	width: *;
	padding-right: 20px;
	vertical-align: top;
}
