BODY{
		background-image: url(i/bg.jpg);
		margin: 0;
	}
a {
	color: silver;
}
.c_traders{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: dimgray;
	text-decoration: none;
}
.c_article{
	font-family: tahoma;
	font-size: 20px;
	font-weight: bold;
	color: dimgray;
	text-decoration: none;
}
.c_pages{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: green;
	padding: 2px;
	margin: 1px;
}
a.c_pages:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin: 1px;
	background-color: white;
}

