input {
  background-color : #e8f4ff;
  border-top-width : 2pix;
  border-left-width : 2pix;
  border-right-width : 2pix;
  border-bottom-width : 2pix;
  border-style : solid solid solid solid;
  border-top-color : #0000d0;
  border-left-color : #0000d0;
  border-right-color : #0000d0;
  border-bottom-color : #0000d0;
}
input.button {
  background-color : #c0e0ff;
  border-top-width : 3pix;
  border-left-width : 3pix;
  border-right-width : 3pix;
  border-bottom-width : 3pix;
  border-style : solid solid solid solid;
  border-top-color : #808080;
  border-left-color : #808080;
  border-right-color : #808080;
  border-bottom-color : #808080;
}
input.noedit {
  background-color : #c0e0ff;
  border-top-width : 2pix;
  border-left-width : 2pix;
  border-right-width : 2pix;
  border-bottom-width : 2pix;
  border-style : solid solid solid solid;
  border-top-color : #4040b0;
  border-left-color : #4040b0;
  border-right-color : #4040b0;
  border-bottom-color : #4040b0;
}
textarea {
  background-color : #e8f4ff;
  border-width : 2pix 2pix 2pix 2pix;
  border-style : solid solid solid solid;
  border-color : #0000d0 #0000d0 #0000d0 #0000d0;
}
select {
  background-color : #e8f4ff;
  border-width : 2pix 2pix 2pix 2pix;
  border-style : solid solid solid solid;
  border-color : #0000d0 #0000d0 #0000d0 #0000d0;
}
hr {
  color : #c04040;
}
hr.dot {
  border-top: dotted green 2px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
a.hide:link {
  text-decoration:  none;
  color:  black	
}
a.hide:visited {
  text-decoration:  none;
  color:  navy
}
a.post:link {
  text-decoration:  none;
  color:  white
}
a.post:visited {
  text-decoration:  none;
  color:  white
}
a.black:link {
  text-decoration:  none;
  color:  black	
}
a.black:visited {
  text-decoration:  none;
  color:  black
}
td.postdiary {
  border-top: none;
  border-bottom: solid #f0c0c0 2px;
  border-left: none;
  border-right: solid #f0c0c0 5px;
}
td.diarybody {
  border-top: solid #408040 1px;
  border-bottom: solid #a0d0a0 1px;
  border-left: solid #408040 1px;
  border-right: solid #a0d0a0 1px;
}
h1 {
  color: #402D15;
  background-color: #F5EED8;
  border-top:2pt solid #b09080;
  border-bottom:2pt solid #b09080
}
h2 {
  color: #040051;
  background-color: #F0DBBF;
  border-left:2pt solid #b09060;
  border-bottom:2pt solid #b09060
}
h3 {
	width: 60%;
	size: 3;
	background-color: #EDCE96;
	border-right:1pt solid #806020;
	border-bottom:1pt solid #806020;
}
