/* CSS Document */

TABLE {
	text-align : center;
	color : White;
}


BODY {
	background : Black;
	color : White;
}

A {
	color : #CC00FF;
}

A:hover {
	color : Fuchsia;
}


TD {
	text-align : justify;
	color : White;
}

H2 {
	color : Aqua;
	font : bold;
	text-align : center;
	font-size : medium;
}


.editingheading {
	color: Aqua;
}

.labelnames {
	font-weight: bold;
	color: Aqua;
}

.dates {
	color: #FF0000;
}

.scammer {
	font-weight: bold;
	color: #FF0000;
}

.baiter {
	color: #00FFFF;
	font-weight: bold;
}

.emailcomment {
	color: #00FFFF;
}


.listbaiter {
	color: Aqua;
	text-decoration : none;
}
.listbaiter:hover {
	color: #6666FF;
	text-decoration : none;
}
.messagebaiter {
	color: Aqua;
	text-decoration : none;
}

.listbaiter2 {
	color:  Fuchsia;
	text-decoration : none;
}
.listbaiter2:hover {
	color: #CC00FF;
	text-decoration : none;
}
.messagebaiter2 {
	color:  Fuchsia;
	text-decoration : none;
}
.listbaiter3 {
	color:  Fuchsia;
	text-decoration : none;
}
.listbaiter3:hover {
	color: #CC00FF;
	text-decoration : none;
}
.messagebaiter3 {
	color:  Fuchsia;
	text-decoration : none;
}

.listscammer {
	color: #FF9999;
	text-decoration : none;
}
.listscammer:hover {
	color: #FF0000;
	text-decoration : none;
}
.messagescammer {
	color: #FF9999;
	text-decoration : none;
}

.listscammer2 {
	color: White;
	text-decoration : none;
}
.listscammer2:hover {
	color: Gray;
	text-decoration : none;
}
.messagescammer2 {
	color: White;
	text-decoration : none;
}



.listlawyer {
	color: #66CC33;
	text-decoration : none;
}
.listlawyer:hover {
	color: #009900;
	text-decoration : none;
}
.messagelawyer {
	color: #66CC33;
	text-decoration : none;
}
.listlawyer2 {
	color: #66CC33;
	text-decoration : none;
}
.listlawyer2:hover {
	color: #009900;
	text-decoration : none;
}
.messagelawyer2 {
	color: #66CC33;
	text-decoration : none;
}

.listbanker {
	color: #FFCC66;
	text-decoration : none;
}
.listbanker:hover {
	color: #CC9900;
	text-decoration : none;
}
.messagebanker {
	color: #FFCC66;
	text-decoration : none;
}

