body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.cred{
	font-size:10px;
}

.inp{
	background:#000;
	border:2px solid #fff;
	font-size:12px;
	font-weight:bold;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	width:95%;
	height:auto;
}
