/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#414141;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000000;
}
.strongStyle{
	color:#07186B;
}
  a {
	color: #8C8C8C;
	text-decoration: none;
}
a:hover {
	color: #000000;

}

