/* Neo - LiteSoftGroup.com */

body {
	background: url(images/bg_body.jpg) repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: overline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
#container {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	text-align:center;
	font-weight:bold;
}
#container a:link {
	color: #000;
	text-decoration: none;
}
#container a:visited {
	text-decoration: none;
	color: #000;
}
#container a:hover {
	text-decoration: overline;
	color: #000;
}
#container a:active {
	text-decoration: none;
	color: #000;
}

