/*
From CSS for the page http://www.microsystools.com/products/timesage/ :
"
  ###########################
  # HTML blocks inheritance #
  ###########################
     Issue in old browsers + new browsers in quirks mode...
     Also confirmed in IE7 using validated CSS + HTML 4.01...
     --
     Issue #1:
       No "font-size" inheritance from body through tables...
  #######
  # IE7 #
  #######
     --
     Issue #1:
       "small" is bigger than "medium" followed by "smaller"
     Issue #2:
       If using "smaller" IE7 will ignore "small" font-size table style.

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #000000;
}

  From "http://www.w3schools.com/css/css_pseudo_classes.asp":
  - a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
  - a:active MUST come after a:hover in the CSS definition in order to be effective!!
"
*/

A.il:LINK, UL.nav A:LINK {
	color: Green;
	border: Green;}
A.il:VISITED, UL.nav A:VISITED {
	color: Teal;
	border: Teal;}
A.il:HOVER, UL.nav A:HOVER, A.il:ACTIVE, UL.nav A:ACTIVE {
	color: Lime;
	border: Lime;}
BODY {
	padding: 0 0.7em 0 0.7em;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

TD { font-size: 80%;}
DT { font: bold 120%;}
UL.nav { font: bold 120%; line-height: 1.2em;}
UL.nav LI { margin-bottom: 0.3em;}
H1 { color: #009;}
H2 { color: #668; font-size: 150%;}
H3, H4 { color: #99c; font-size: 130%;}
H4 { color: #99c; font-size: 110%;}
H1.logo { padding-bottom: 1%;}
H1.logo A { text-decoration: none; color: #009;}
H1.logo SPAN { color: #EEA;}
small, .small { font-size: smaller; color: Gray;}

.ads-in-text { text-align: center;}

CENTER P { font-size: 60%;} /* для блоків Сапи під банерами */

/* Menu */

.menu, .menu2, .menu3 {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Gray;
	padding: 4px;}
.menu {	background-color: #000099;}
.menu2, .menuPath {	background-color: #0099CC;}
.menu3, .menuPath2 { background-color: #0BE;}	
table.menu a, .menu2 a {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Aqua;}
.menuActive {	background-color: white; color: #000099;}