/* CSS Document */


td {
	font-size: 15px;

	color: #333333;
	text-decoration: none;
}

p {
	line-height: 17px;
}

a {
	color: #0040FF;
	text-decoration:none;
	font-weight: bold;
}

a:link{
	color: #0040FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #FFCCD9;
	color: #F30C80;
	font-weight: bold;
}
