a {
	font-weight: bold;
	color:#ffffff;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fd6944;
}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
td.mms {
  color: rgb(0,0,0);
	background-color: rgb(246,246,246);
}