/* Access Limousines Website - accesslimousines.com.au */
/* Screen Style Sheet */
/* Created by Cadmium Design & Development - cadmium.com.au */

body {
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h1, h2, p, li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 20pt;
  margin: 0.5cm 0;
}

h2 {
  font-size: 16pt;
  margin: 0.5cm 0;
}

p {
  font-size: 11pt;
  line-height: 150%;
  margin: 10px 0;
}

li {
  font-size: 11pt;
  line-height: 150%;
}


a {
  color: #000000;
  text-decoration: none;
}

#header {
  margin-bottom: 2cm;
}


/* Hide from Printed Version */

#header h1, #header h2, #nav, #footer, .noprint {
  display: none;
}
