/* lscomm.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: 60%; color: white; }
h2 {font-size: 70%; color: white; }
h3 {font-size: 80%; color: #00ffff; }
h4 {font-size: 80%; color: white; }
h5 {font-size: 100%; color: black; }
h6 {font-size: 100%; color: #00ffff; 
}

h1,h2,h4,h5,h6 {margin-top: 0em; margin-bottom: 0em; 
text-align: center; font-weight: normal;
}

h3 {margin-top: 0em; margin-bottom: 0em;
text-align: left; font-weight: normal;
}

p {
font-family: Arial, Helvetica, sans-serif; 
font-size: 80%; color: white; 
margin-top: 0em; margin-bottom: 0em; 
text-align: left; 
}

a:visited {color:#c0c0c0}
a:active {color:red}
a:link {color:white
}

