.username {
	color: black;
	font: 12px "Lucida Grande", LucidaGrande;
	padding-left: 5px;
}

.add_txt {
	direction: rtl;
	color: black;
	font: 12px "Lucida Grande", LucidaGrande;
}

.register {
	direction: rtl;
	color: #4c4c4c;
	font: 12px "Lucida Grande", LucidaGrande;
}

.add_title {
	direction: rtl;
	color: navy;
	font: bold 18px "Lucida Grande", LucidaGrande;
}

.add_subtitle {
	direction: rtl;
	color: navy;
	font: bold 14px "Lucida Grande", LucidaGrande;
}

a.chatroom_link {
	color: #800000;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}

a.names_link {
	color: #008000;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}

a.names_link:hover {
	color: #33cc33;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}

a.chatroom_link:hover {
	color: #ff6666;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}

a.chat_link {
	color: black;
	font: 12px "Lucida Grande", LucidaGrande;
	text-decoration: none;
}

a.chat_link:hover {
	color: #666666;
	font: 12px "Lucida Grande", LucidaGrande;
	text-decoration: none;
}

a.plus_link {
	color: navy;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}

a.plus_link:hover {
	color: #6666FF;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}

a.edit_link {
	color: #000000;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}

a.edit_link:hover {
	color: #666666;
	text-decoration: underline;
	font: 12px "Lucida Grande", LucidaGrande;
}