BODY{
  SCROLLBAR-ARROW-COLOR:#37589F;
  SCROLLBAR-BASE-COLOR:#37589F;
  scrollbar-track-color:#FFF7E7;
  scrollbar-shadow-color:#37589F;
  scrollbar-highlight-color:#37589F;
  scrollbar-face-color:#DEE8FF;
  scrollbar-darkshadow-color:#FFFFFF;
}

.AroundTable { 
  BORDER-RIGHT: #37589F 1px dashed; 
  BORDER-TOP: #37589F 1px dashed; 
  BORDER-LEFT: #37589F 1px dashed; 
  BORDER-BOTTOM: #37589F 1px dashed; 
  BACKGROUND-COLOR: #DEE8FF;
}

html, body {
  font-size: 16px;
  text-align: justify;
  font-family: Times New Roman;
	line-height: 20px;
	color: #000000;
  background-color: #DEE8FF;
  background: url('queen_modra.bmp');
  background-attachment: fixed;
}

td, th {
	font-family: Times New Roman;
	font-size: 16px;
	text-align: justify;
	line-height: 20px;
	color: #000000;
}

a {
	color: #000000;
  text-decoration: none;
  font-family: Times New Roman;
}

form {
	background-color: #000000;
}

a:active {
  text-decoration: none;
  color: #000000;
}

a:hover {
	color: #DD001E;
  font-weight: bold
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

