/* lsinv.css */
body {
  color: white; background: black; 
  font-family: Arial, Helvetica, sans-serif;
  }
em { font-style: italic; font-weight: normal; }
  strong { font-weight: bold; 
  }

h1 {font-size: 70%; color: black; }
h2 {font-size: 80%; color: #c0c0c0; }
h3 {font-size: 80%; color: white; }
h4 {font-size: 70%; color: white; }
/* h5 {font-size: 80%; color: white; } */
h6 {font-size: 100%; color: #4ac5ff; 
}
h1,h2,h3,h4,h6 {margin-top: 0em; margin-bottom: 0em; 
text-align: center; font-weight: normal; 
}

h5 {font-size: 70%; color: #aaaaaa; font-weight: normal; 
margin-top: 0em; margin-bottom: 0em; 
text-align: center; 
}

p {
font-family: Arial, Helvetica, sans-serif; 
font-size: 80%; color: white; 
margin-top: 0em; margin-bottom: 0em; 
text-align: left; 
}

a {
font-family: Arial, Helvetica, sans-serif; }
font-size: 80%; 
margin-top: 0em; margin-bottom: 0em; 
text-align: center; 
}

a { font-family: Arial, Helvetica, sans-serif;
}

A:link {font-weight:bold; color:white; }
A:hover {background:#0160A0; color:black; }
A:visited {color:#cccccc; }
A:active {color:#c0c0c0;
}

