BODY.menu {
	font-family: Book Antiqua, Times New Roman, Times;
	background: url(cli/klimopbanner.jpg);
	color: orange;
}

BODY.submenu {
	font-family: Book Antiqua, Times New Roman, Times;
	background: url(cli/klimopbanner2.jpg);
	color: orange;
}

BODY.main {
	font-family: Book Antiqua, Times New Roman, Times;
	background: white;
	color: darkblue;
}

BODY {
	font-family: Book Antiqua, Times New Roman, Times;}

A:link {
	color: orange;
	text-decoration: none;}
A:visited {
	color: orange;
	text-decoration: none;}
A:hover {
	color: orange;
	text-decoration: underline;}
A:active {
	color: orange;
	text-decoration: none;}

IMG {
	border: 0;}

HR {
	border: 0;
	width: 100%;
	color: darkblue;
	background-color: darkblue;
	height: 5px;}

