@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	color:#ffffff;
}
a:link {
	color:#3399ff;
}
a:visited {
	color:#3399ff;
}
a:active {
	color:#3399ff;
}
a:hover {
	color:#cc0000;
}

#document {
	line-height:1.5em;
}

.WPname		{color :rgb(204, 51, 204);	font-weight :bold;}
.Moname		{color :rgb(51, 255, 51);	font-weight :bold;}
.Maname		{color: rgb(255, 0, 0);		font-weight :bold;}
.Daname		{color: rgb(192, 192, 192);	font-weight :bold;}
.Soname		{color: rgb(255, 255, 0);	font-weight :bold;}
.WPtalk		{color :rgb(204, 51, 204);	font-weight :bold; font-size :1.5em;	line-height:2em;}
.Motalk		{color :rgb(51, 255, 51);	font-weight :bold; font-size :1.5em;	line-height:2em;}
.Matalk		{color :rgb(255, 0, 0);		font-weight :bold; font-size :1.5em;	line-height:2em;}
.Datalk		{color :rgb(192, 192, 192);	font-weight :bold; font-size :1.5em;	line-height:2em;}
.Sotalk		{color :rgb(255, 255, 0);	font-weight :bold; font-size :1.5em;	line-height:2em;}
.Clerktalk	{color :rgb(51, 255, 255);	font-weight :bold; font-size :1.5em;	line-height:2em;}


