body {
	color: #FFFFFF;
	font: 15px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.05em;
	margin: 30px 20px 20px;
	background: black url(../_img/back_top2.jpg) repeat-x;
	border-left: 200px solid #666666;
	text-decoration: none;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	border-left-style: hidden;
	border-left-width: 6px;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.dark {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.dark:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
}
a.dark:visited {
	color: #333333;
}
a.dark:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.dark:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.big {
	font-size: 20px;
}

.smal {
	font-size: 13px;
}

.footer {
	font-size: 10px;
	color: #000000;
}
.smaler {
	font-size: 9px;
}
.footer-light {
	font-size: 10px;
	color: #CCCCCC;
}
a.test:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	border-left-style: hidden;
	border-left-width: 6px;
}
a.test:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
a.test:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.test:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}.big-black {
	font-size: 20px;
	color: #000000;
}
