BODY {  
  BACKGROUND-COLOR: #483D8B;
  text-align: center;
  color: white;
  scrollbar-face-color: skyblue;
  cursor: crosshair }

a:link { color:aqua }
a:visited { color:orange }
a:hover { color:forestgreen }
a:active { color:peru }

hr {
  width: 640px;
  color: darkviolet;
  font-weight: bold;
  text-align:center }
  
.main {
  width: 660px;
  border-color : #FFFFFF;
  border-width : 3px;
  border-style: solid;
  margin-top : 70px; 
  text-align: left }

.subt {
  background-color: indigo;
  font-size: x-small;
  font-weight: bold;
  padding: 3px 1ex;
  margin-right: 20% }

.subt2 {
  background-color: indigo;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  margin:10px.5%;
}

.memo {
  background-color: steelblue;
  padding: 2px }

.date {  
  text-align:right;
  font-size: x-small }
  
.cg {
  width= 100%
  padding-bottom: 1px;
  border-width: 2px;
  border-bottom-color: white;
  border-style: none none solid none;
  margin:0  }
 /* g@*/

em {
  font-size: x-large;
  font-weight: bolder;
  font-family: serif;
  vertical-align: bottom;
  padding-left: 5px }

.small, .memo {
  font-size: x-small;
  margin-left: 1ex}


