.profile
{
	color: red;
}

.profile_title
{
	color: #888; 
	width: 150px; 
	float: left;
}

.profile_content
{
	margin-left: 160px;
	margin-bottom: 5px;
}

.profile_content a {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

.profile_content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #0066cc;
}

#last_action a
{
	font-weight: bold;
	text-decoration: none;
	color: #0066cc;
	white-space: nowrap;
}

#last_action a:hover
{
	text-decoration: underline;
}

#event_participation a
{
	font-weight: bold;
	text-decoration: none;
	color: #0066cc;
}

#event_participation a:hover
{
	text-decoration: underline;
}