/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 #map {
    height: 100%;
  }
  
  /* 
   * Optional: Makes the sample page fill the window. 
   */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  h2{
    color: #c50000ff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }

  p{
    font-style: italic;
    font-weight: bold;
    color: #134f98;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

  }

  p.company{
    color: #789ec0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  a:link {
    color:#52625d;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
  }

  a:hover {
    text-decoration:underline;
  }
  
  a:visited {
    color: #856f7d;
    text-decoration:none;
  }