﻿body{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	color: #666633;
	font-family:monospace;
	background-color : #f1ffd9;
}
h1{
	text-align:right;
	font-size:106%;
}
h2{
	font-size:104%;
}
h3{
	font-size:102%;
}
hr{
	color: #996600;
	height: 3px;
}
p{
	color: #666633;
}
img {
	border-style: solid;
	border-width: 0;
}
a{
	color: #9999FF;
	text-decoration: underline;
}
a:visited{
	color: #9999FF;
	text-decoration: underline;
}
a:hover{
	color : #0066CC;
	text-decoration: underline;
}
a:active{
	color: #0066CC;
	text-decoration: underline;
}
.font-s {
	font-size: small;
}
.sd_right {
	text-align: right;
}
.tt{
  font-family:monospace;
}
.mn_ul {
	margin-left:0px;
	list-style-type: none;
	padding-bottom:20px;
}
.mn_li {
	float: left;
	padding: 2px;
}

