@charset "windows-1250";
a:link
{
	color: #556B2F; 
}
a:visited
{
	color: #556B2F; 
} 
a:active 
{
	color: #556B2F;
}
body
{
	font-family: Verdana, Courier New, Arial, Times New Roman, Times, Garamond;
	background-color: #ECEEAA;
	background-image: url(Background.jpg);
	color: #2A3D4D;
	text-align: left;
 	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #DCDCDC;
	scrollbar-highlight-color: #D3D3D3; 
	scrollbar-shadow-color: #FAF0E6; 
	scrollbar-track-color: #FDF5E6;
}
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: #2A3D4D;
	text-align: center;
	size: 3;
	borderBottomStyle: ridge;
}
button, input, textarea
{
	background-color : #D3D4E4;
	border-width : thin;
	border-color : #2A3D4D;
	border-style : window-inset; 
}
