/* Anything that's a heading should be in our heading font */

H1 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both; 
}

DT, .heading, H2, H3, H4, H5, H6, body {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
}

body {
  background: #ccc url(./Lietuva/abak.jpg);
  font-size: smaller;
  text-align: center;
  font-family: "Gill Sans", GillSans, Arial, Helvetica, sans-serif
  line-height: 1.3;
}

.fonas-0 { background: #ccc; }
.fonas-1 { background: #ffc; }

/* The following try to address a problem in IE 3.0, it seems to have worked */

.content A:link {
  color: #000099; 
  }

.content A:visited {
  color: #990099; 
  }

.content A:active {
  color: #990000;
  }

img { border: 0; }

._88x31
{
	border: 0;
	width: 88px;
	height: 31px
}

/* end of test */

/* Location Bar */
.locbar {
  font-size: smaller;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  background-color: #006666;
  padding: 2px;
  color: white;
}

.locbar A:link, .locbar A {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}


.locbar A:visited {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}
  
/* Top Bar */

.topbar {
  background-color: #006666;
  color: white;
}

.newsbox {
  padding: 3px;
  background-color: #CCDDDD;
}

/* Navigation table #CCCC99 */
.navtable {
  background-color: #ccc; /* *** */
}

/* Navigation button #006666 #224444 [#339999 #444]*/
.navbutton {
  background-color: #fff; /* *** */
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  /* font-weight: bold; */
  /* font-variant: small-caps; */
  letter-spacing: 2px; 
  color: black; /* *** white */
  border-top-color: Yellow;
  border-left-color: Yellow;
  border-right-color: Silver;
  border-bottom-color: Silver;
  border-width: thin;
  border-style: outset;
}

.white {
  background-color: white; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: #444;
  border-top-color: Silver;
  border-left-color: Silver;
  border-right-color: Yellow;
  border-bottom-color: Yellow;
  border-width: thin;
  border-style: outset;
}

/* additional selector of .content to resolve a problem in Netscape 4 */
.navbutton A:link, .content .navbutton A:link {
  text-decoration: none;
  color: black; /* *** white */
}

.navbutton A:visited {
  text-decoration: none;
  color: black; /* *** white */
}

.navhere {
  background-color: #CCDDDD; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
/*  font-weight: bold; */
/*  font-variant: small-caps; */
  letter-spacing: 2px; 
  color: white;
  border-bottom-color: #99CCCC;
  border-right-color: #99CCCC;
  border-left-color: #EEFFFFF;
  border-top-color: #EEFFFF;
  border-width: thin;
  border-style: inset;
}

.navhere A:link {
  text-decoration: none;
  color: #333333;
}

.navhere A:visited {
  text-decoration: none;
  color: #333333;
}

/* Add some color to the horizontal rules */

HR {
  color: #006666;
}

.info {
  border: 5px solid #CCDDDD;
  padding: 3px;
  }


/* This stylesheet is a hack to get around the fact that Netscape's    */
/* CSS implementation is not very robust.                              */

INPUT.submit {
  background-color: #006666;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  color: white;
  border-top-color: #339999;
  border-left-color: #339999;
  border-right-color: #444;
  border-bottom-color: #444;
  border-width: thin;
  border-style: outset;
}

INPUT.light {
  background-color: #CCCC99;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  font-weight: bold;
  color: #444;
  border-top-color: #FFFFCC;
  border-left-color: #FFFFCC;
  border-right-color: #999966;
  border-bottom-color: #999966;
  border-width: thin;
  border-style: outset;
}

