BODY {
  scrollbar-face-color: #B0BBBF;
  scrollbar-highlight-color: #B0BBBF;
  scrollbar-3dlight-color: #CDD7D9;
  scrollbar-darkshadow-color: #879D9F;
  scrollbar-shadow-color: #B0BBBF;
  scrollbar-arrow-color: #CEDADC;
  scrollbar-track-color: #A4B3B6;

  background-color:#B0BBBF;
  color: #294753;
  font-size: 15px; 
  font-family: Times New Roman;
     }
     
a:link {color:#006076; text-decoration:none}
a:visited {color:#809498; text-decoration: underline}
a:hover {color:#008ba6; text-decoration: underline}
a:active {color:#809498; text-decoration: underline}

a.przycisk
{
	cursor: default;
}

input.Btn
{
border-right: #879D9F 1px solid;
border-top: #879D9F 1px solid;
border-bottom: #879D9F 1px solid;
border-left: #879D9F 1px solid;
font-size: 13px;
background-color: #B0BBBF;
cursor: hand;
color: #294753;
font-family: tahoma,sans-serif;
height: 20px;
} 

input.Edit
{
border-right: #879D9F 1px solid;
border-top: #879D9F 1px solid;
border-bottom: #879D9F 1px solid;
border-left: #879D9F 1px solid;
font-size: 13px;
background-color: #B0BBBF;
color: #182b32;
font-family: tahoma,sans-serif;
height: 20px;
} 

textarea
{
border-right: #879D9F 1px solid;
border-top: #879D9F 1px solid;
border-bottom: #879D9F 1px solid;
border-left: #879D9F 1px solid;
font-size: 13px;
color: #182b32;
background-color: #B0BBBF;
}