﻿body,  .pp {
    background-color: lightcyan;
    color: darkblue;
}
    .pp a {
        color:#008000;
        font-weight:bold;        
        text-decoration:none;
    }
        .pp a:visited {
            color: #008000;
            font-weight: bold;
            text-decoration: none;
        }
.navbar-brand {
    color:#4cff00;
}
.ashadow {
    box-shadow: 5px 5px 10px 2px rgb(4, 4, 77, 0.80);
}
    .ashadow:visited {
        box-shadow: 5px 5px 10px 2px rgba(4, 4, 77, 0.80);
    }

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}