

h1 {
    color : limegreen;
    font-style : small-caps;
    margin-bottom : 0px;
    margin-top : 2px;
  }


h2 {
    color : blueviolet;
    margin-bottom : 0px;
    margin-top : 2px;
  }


p {
    margin-bottom : 0px;
    margin-top : 0px;
  }


tr {
    vertical-align : top;
  }
th {
	text-align:left;
}


div.dialog {
    background-color : azure;
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    padding-bottom : 3px;
    padding-left : 3px;
    padding-right : 0px;
    padding-top : 0px;
    width : 100%;
  }


div.leftbar {
    float : left;
    width : 460px;
  }


div.rightbar {
    width : 300px;
    float:right;
  }


div.topbar {
    width : 780px;
    height: 70px;
    float:left;
    text-align:center;
    background : #ddf1fb;
  }


p.cong {
    color : mediumblue;
    font-size : x-large;
    font-style : small-caps;
    text-align : center;
    margin-bottom: 5px;
  }


div#container {
    margin-left : auto;
    margin-right : auto;
    width : 780px;
  }


div#anniversary {
    background-color : white;
    border-bottom-style : groove;
    border-left-style : groove;
    border-right-style : groove;
    border-top-style : groove;
    margin-left : auto;
    margin-right : auto;
    width : 600px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
  }


span.date {
    float : left;
    width : 110px;
  }


body {
    background : #ddf1fb;
  }

