/* lsbmw.css */
body {
  color: white; background: black; 
  font-family: BMWTypeRegular, Arial, Helvetica, sans-serif;
  }
em { font-style: italic; font-weight: normal; }
strong { font-weight: bold; 
}

li {
font-family: BMWTypeRegular, Arial, Helvetica, sans-serif; 
font-size: 80%; color: white; 
margin-top: 0em; margin-bottom: 0em; 
text-align: left; 
}

h1 {font-size: 60%; color: white; }
h2 {font-size: 70%; color: white; }
h3 {font-size: 70%; color: black; }
h4 {font-size: 80%; color: white; }
h5 {font-size: 100%; color: white; }
h6 {font-size: 100%; color: #dddddd; 
}
h1,h2,h3,h4,h5,h6 {margin-top: 0em; margin-bottom: 0em; 
text-align: center; font-weight: normal; 
}
p {
font-family: BMWTypeRegular, 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
}

