/* CSS Document */
body{
	margin-left:0px;
	margin-top:0px;
	background-color: #000000;
	color: #ffffff;
	font-family : Arial;
	font-size : 12px;
}
p {
	color : #ffffff;
	font-family : Arial;
	font-size : 12px;
}
td {
	color : #ffffff;
	font-family : Arial;
	font-size : 12px;
}
a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #339966;
	text-align: center;
}
a:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	text-align: center;
}

