/* CSS Document */

body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#ff1ad8;
	line-height: 1.4;
}

A:link, A:visited, A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#999999;
	text-decoration:none;
	line-height: 1.4;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#0babee;
	text-decoration:none;
	line-height: 1.4;
}

