/* lsbmwlst.css */
body {
  color: white; background: black; 
  font-family: BMWTypeRegular, 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: #cccccc; }
h3 {font-size: 80%; color: white; }
h4 {font-size: 80%; color: white; }

h6 {font-size: 100%; color: white;
}
h1,h2,h3,h4,h6 {margin-top: 0em; margin-bottom: 0em; 
text-align: center; font-weight: normal; 
}

h5 {font-size: 70%; color: #cccccc; font-weight: normal; 
margin-top: 0em; margin-bottom: 0em; 
text-align: center; 
}

p {
font-family: BMWTypeRegular, Arial, Helvetica, sans-serif; 
font-size: 80%; color: white; 
margin-top: 0em; margin-bottom: 0em; 
text-align: left; 
}

a {
font-family: BMWTypeRegular, Arial, Helvetica, sans-serif; }
font-size: 80%; 
margin-top: 0em; margin-bottom: 0em; 
text-align: center; 
}

a { font-family:BMWTypeRegular, Arial, Helvetica, sans-serif;
}

A:link {font-weight:bold; color:white; }
A:hover {background:#64a4d2; color:black; }
A:visited {color:#cccccc; }
A:active {color:red;
}


