A {text-decoration:none;}
A:hover {background-color: yellow;}

.text {	font-family: Verdana;
	color: #444;	
        text-decoration: none;	
        word-spacing: normal;	
        text-align: left;
        line-height:100%;	
        letter-spacing: 0pt;	
        font-size: 0.6em;
      }
.leftcolDate {
    font-weight: bold;
    text-align: left;
    width: 90px;
}

/* Horizontal menu */
#nav1{
margin-top: 1em;
margin-bottom: 0.5em;
}

#nav1 ul {
background-color: silver;
text-align: center;
margin-left: 0;
padding-left: 0;
border-bottom: 1px solid gray
}

#nav1 li {
list-style-type: none;
padding: 0.25em 1em;
border-left: 1px solid white;
display: inline
}

#nav1 li:first-child {
border: none;
}

/*Vertical menu*/
#nav2 {
background-color: silver;
border: solid 1px gray;
width: 8em
}

#nav2 ul {
list-style-type: none;
margin: 0;
padding: 0;
border: none
}

#nav2 li {
margin: 0;
padding: 0.25em 0.5em 0.25em 1em;
border-top: 1px solid gray;
width: 100%;
display: block
}

html>body #nav2 li {
width: auto;
}

#nav2 li:first-child {
border: none
}

h1 {
	font-size: 180%;
	/* color: see style css */
}

h2 {
	font-size: 160%;
	font-family: Arial-Narrow, Helvetica, sans-serif;
	/* color: see style css */
}

h3 { 
   font-size: 140%;
}

h4 {
	font-size:  120%;
}

h5 {
	text-transform: uppercase;
	font-size: 100%;
}

h6 {
	font-style: italic;
	font-size: 100%;
}
