@import url("/css/default.css");

.cruiseday {
    background: white;
    border-left: black solid;
    border-top: black solid;
    margin-bottom: 1em;
    padding: 1ex;
  width: 90%;
  margin-left: 5%;
}

.cruiseday a {
    text-decoration: none;
    color: red;
}

.cruiseday a:hover {
    text-decoration: underline;
}

.cruiseday a:visited {
    color: green;
}

.cruiseday h3 {
    margin: 0;
    margin-bottom: 1ex;
}


