@charset "windows-1251";
body { 
	color: indigo; 
	font-family: "Trebuchet", "Arial", Sans-serif;
	background: white; 
}
h1 {
	font-family: "Georgia", Sans-serif;
	font-size: 24px;
	color: brown;
}
h2 {
	font-family: "Georgia", Sans-serif;
	font-size: 20px;
	color: darkgoldenrod;
}
h3 {
	font-family: "Times", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: chocolate;
}
h4 {
	font-family: "Times", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: green;
}
h5 {
	font-family: "Times", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: sienna;
}
hr {
	color: orangered;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: maroon;
}
a:hover {
	text-decoration: underline;
	color: orangered;
}
a:active {
	text-decoration: none;
	color: red;
}
#leftpanel {
	vertical-align: top;
	min-width: 200pt;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	float: right; 
	margin-right: 0px;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-size: 20px;
	font-color: indigo;
}
#bucket {
	vertical-align: top;
	min-width: 200pt;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	margin-right: 0px;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-color: indigo;
}
#slide0 {
	vertical-align: top;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	margin-right: 0px;
	font-family: "Arial", sans-serif;
	font-size: 8px;
	font-color: coral;
}
#topmenu {
	vertical-align: top;
	min-width: 500pt;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	float: right; 
	margin-right: 0px;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-size: 15px;
	font-color: indigo;
}

