A:link, A:visited, A:active, A:hover { 

}

A:link  { 

  color: White; 

}

A:visited { 

  color: #F0F8FF;

}

A:active {

  color: Red;

}

A:HOVER { 

  color: Red; 

  background-color: Black;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

BODY,P,TABLE,TD,TR {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF9C4;
}

BODY {

	SCROLLBAR-FACE-COLOR: Gray;

	SCROLLBAR-HIGHLIGHT-COLOR: #000000;

	SCROLLBAR-SHADOW-COLOR: #000000;

	SCROLLBAR-3DLIGHT-COLOR: #e7b776;

	SCROLLBAR-ARROW-COLOR: #ffffdd;

	SCROLLBAR-TRACK-COLOR: #000000;

	SCROLLBAR-DARKSHADOW-COLOR: black

}



.menu_top {
	font: normal 12px "Courier New", Courier, mono;
	text-decoration: none;
}

.menu_top A:LINK {
	color: #877355;
	text-decoration: none;
}

.menu_top A:VISITED {
	color: #877355;
	text-decoration: none;
}

.menu_top A:ACTIVE {
	color: #FFE4B5;
	text-decoration: none;
}

.menu_top A:HOVER {
	color: Red;
	text-decoration: underline;
}


.head_news {
	font: 12px "Courier New", Courier, mono;
	color: #C66B21;
}

.small {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #818181;}
	
	
	.main{
	font: 12px "Courier New", Courier, mono;
	color: #C66B21;
}

.main A:LINK {
	color: #C66B21;
	text-decoration: none;
}

.main A:VISITED {
	color: #C66B21;
	text-decoration: none;
}

.main A:ACTIVE {
	color: #C66B21;
	text-decoration: none;
}

.main A:HOVER {
	color: Red;
	text-decoration:  none;
}
.menu_top_arhive {
	font: normal 12px "Courier New", Courier, mono;
	color: #877355;
	text-decoration: none;
}
	
