body{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	color: #666633;
	background-color : #ccccff;
	font-family:monospace;
}
h1{
	color: #9966ff;
	background-color : #ccccff;
	border-left-width : 3pc;
	border-left-style : solid;
	border-bottom-width : 3px;
	border-bottom-style : solid;
	padding-left : 10px;
	border-bottom-color : #8080ff;
	border-left-color : #8080ff;
}
h2{
	color: #9966ff;
	background-color : #ccccff;
	padding-left : 5px;
	border-left-width : 2pc;
	border-bottom-width : 3px;
	border-left-style : solid;
	border-bottom-style : solid;
	border-left-color : #8080ff;
	border-bottom-color : #8080ff;
}
h3{
	color: #9966ff;
	background-color : #ccccff;
	padding-left : 5px;
	border-left-width : 2pc;
	border-bottom-width : 3px;
	border-left-style : solid;
	border-bottom-style : solid;
	border-left-color : #8080ff;
	border-bottom-color : #8080ff;
}
hr{
	color: #996600;
	height: 3px;
}
p{
	color: #666633;
}
img {
	border-style: solid;
	border-width: 0;
}
a{
	color: #0066FF;
	text-decoration: underline;
}
a:visited{
	color: #0066FF;
	text-decoration: underline;
}
a:hover{
	color : #FF00FF;
	text-decoration: underline;
}
a:active{
	color: #FF00FF;
	text-decoration: underline;
}
ul{
	color: #666633;
	list-style-image : url(l_g01.gif);
	list-style-position: outside;
}
.font-s {
	font-size: small;
}
.sd_right {
	text-align: right;
}

.tt{
  font-family:monospace;
}
#ad_right {
	float : right;
}
