body {
	background-color: #000000;
	background-image: url(images/bg-main.jpg);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0066;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0066;
}
.news-title {
	font-size: 12px;
	color:#FF0066;
	font-weight:bold;
}
.news-date {
	font-size: 10px;
	color:#666666;
	padding-left: 10px;
}
.news-text {
	font-size: 11px;
	color:#999999;
	margin-bottom: 8px;
}
.footerglam {
	color: #f1f1f1;
}
.white {
	color: #ffffff;
}
.font10 {
	font-size: 12px;
	color: #f1f1f1;
}
.form10 {
	font-size: 11px;
	color:#333333;
	border: 1px solid #999999;
	padding: 2px;
}