a:link {
	color: #E98BF2;
	display: inline;
}

a:hover{
 	color: #ffffff;
 	text-decoration: none;
}
bold{
	fontWeight: bold;
	display: inline;
}
empty {
	color: #4F4A47;
	textAlign: center;
}
special {
	color: #BD3772;
	textAlign: center;
}
scheduled {
	color: #51974F;
	textAlign: center;
}
normal {
	fontWeight: normal;
	color: #ffffff;
	fontSize: 12;
}
blog_arial {
	color: #ffffff;
	fontSize: 12;
	fontFamily: Arial;
}