@charset "windows-1250";
a:link
{
	color: #525252; 
}
a:visited
{
	color: #525252; 
} 
a:active 
{
	color: #525252;
}
body
{
	font-family: Courier New, Arial, Times New Roman, Times, Garamond;
	background-color: #E5EBE5;
	color: #085808;
	text-align: left;
 	scrollbar-arrow-color: black;
	scrollbar-face-color: yellow;
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: black; 
	scrollbar-track-color: #474747;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Times, Verdana;
	text-align: center;
}
h1
{
	font-size: xx-large;
}
h2
{
	font-size: x-large;
}
h3
{
	font-size: large;
}
li
{
	list-style-type: disk;
	list-style-position: outside;
}
hr
{
	width: 75%;
	color: #525252;
	text-align: center;
	size: 3;
	borderBottomStyle: ridge;
}
button, input, textarea
{
	background-color : #E0E214;
	border-width : thick;
	border-color : #FFFC00;
	border-style : outset; 
}