

body {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px; 
  margin-right: 10px;

}

a{
	color:#a0029e;
}

p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div {
	padding: 5px;
}


h1 {
  color: #000000;
  background-color: #d4f1cf;
  border-color: #9be88e;
  width: 100%;
  border-style: outset;
  border-top-width: 5px;
  border-bottom-width:5px;
  border-right-width: 5px;
  border-left-width: 5px;
  padding: 3px;
  font-weight: bold;
  font-size: 150%;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 7px;
  padding: 7px;
}
h2 {
  color: #000000;
  background-color: #d4f1cf;
  border-color: #9be88e;
  width: 100%;
  border-style: outset;
  border-left: none;
  border-right: none;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding: 5px;
  font-weight: bold;
  font-size: 110%;
  margin-top: 7px;
  margin-bottom: 7px;
}

h3 {
  color: #000000;
  background-color: #fff3d6;
  border-color: #9be88e;
  width: 100%;
  border-style: outset;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-bottom-width: 1px;

  margin-top: 7px;
  margin-bottom: 7px;
  padding: 2px;
}

h4, h5 {
  color: #000000;
  padding: 2px;
  font-size: 100%;
  
  margin-top: 5px;
  margin-bottom: 5px;
}

pre {
	color: black;
	background-color: #ededed;
	padding: 10px;
	margin: 10px;
}

table {
	margin: 5px;
}

caption {
  color: #7f0000;
  font-weight: bold;
}

th {
  background: #e7e7ff;
  padding-left: 2px; padding-right: 2px;
}

td {
  padding-left: 2px; padding-right: 2px;
}

code {
  color: #0000df;
}

kbd {
  color: #ffffbf;
  font-weight: bold;
}

dt {
  margin-top: 2px;
}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

li {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 3px;
}

img {
/*	border-style:none; */
	border-style:none;
	margin: 10px;
}


.navi {
	background-color: #d1e3ed;
}
