@charset "UTF-8";

/* PAGE BACKGROUND */
body {
    background: url("../img/black_glitter_background.gif") repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ddd8e6; 
    font-family: "Times New Roman", Times, serif;
}

/* MAIN CONTENT BOX */
.container {
    position: relative;
    top: 80px;
    width: 780px;
    background: #2a1e3a;
    margin: 0 auto;
    border: 1px solid #000000;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #ddd8e6;
    text-align: left;
}

/* HEADER BAR */
.header h1 {
    margin: 0;
    padding: 10px 0;
    border: 2px solid #000;
    background-color: #1e1730;
    font-family: "Times New Roman", Times, serif;
    color: #ddd8e6;
    border-bottom: 2px solid #000;
}

.header h1, h1, h2 {
  font-weight: normal;
}

/* HAIKU TEXT */
.haikuText_main {
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    color: #f7e8c2;
}

#haikuText_main1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    color: #f7e8c2;
}

.haikuText_main:link,
.haikuText_main:visited {
    color: #f7e8c2 !important;
    text-decoration: underline;
}
/* IMAGE CENTERING */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border: 1px solid #3b3450;
}

/* LINKS */
a:link {
    color: #f7e8c2;      /* your moonlight color */
    text-decoration: underline;
}

a:visited {
    color: #ddd8e6;     /* softer silver for visited links */
    text-decoration: underline;
}