body {
	background-color: #339999;
}

h1, h2, h3, h4 {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #660000;
}

li,dd,body,td,tr,form {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
}

th {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 83%;
	color: #660000;
}

dt {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #660000;
}

dd {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 83%;
}

section, header, footer {
  display: block;
  padding:1em;
}

#wrapper {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  border-top: 1px solid #fff;
  padding-bottom: 76px;
}

[contenteditable]:hover:not(:focus) {
  outline: 2px dotted #ccc;
}

[contenteditable]:focus {
  outline: 3px dashed #f00;
  padding:2pt;
}

.texth {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 133%;
	color: #660000;
}

.text1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 83%;
}

.text2 {
	margin-top: 8px;
}

.box1 {
	background-color: #ffffcc;
	padding: 10px;
	border: solid 1px #660000;
	text-align: center;
	line-height: 100%;
	font-size: 83%;
	color: #660000;
}

.box1a {
	background-color: #ffffff;
	padding: 10px;
	border: solid 1px #660000;
	text-align: left;
	line-height: 100%;
	font-size: 83%;
	color: #660000;
}

.box1b {
	background-color: #ffff99;
	padding: 10px;
	border: solid 1px #660000;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	line-height: 100%;
	font-size: 83%;
	color: #660000;
}

.box2 {
	background-color: #66cccc;
	padding: 10px;
	text-align: left;
	line-height: 140%;
	font-size: 83%;
	color: #660000;
}

.box3 {
	background-color: #99ffff;
	padding: 10px;
	text-align: left;
	line-height: 120%;
	font-size: 83%;
	color: #660000;
}

.cal {
	font-size: 100%;
}

.bar_line {
	background-color: #99ffcc;
	padding: 2px;
	text-align: left;
	line-height: 108%;
	font-size: 100%;
	color: #660000;
	margin-top: 12px;
	margin-bottom: 12px;
}

div#logo {
	text-align:center;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100%;
/*    height: 400px; */
}

.yel {
	color: #ffff99;
}

.red {
	color: #ff0000;
}

.img1 {
	font-size: 7pt;
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: 140%;
	background-color: #ffffcc;
	text-align: right;
}

a:link {
	text-decoration: none;
	/*color: #3333ff;*/
}

a:visited {
	text-decoration: none;
	/*color: #3333ff;*/
}

a:active {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}
