body {
	color: #000000;
	background: #ffebd7;
	background-image: url(../image/bg.gif)
}
a:link {
	color: #0040ff;
	background: #ffebd7
}
a:visited {
	color: #4042ff;
	background: #ffebd7
}
a:hover {
	color: #0000ff;
	background: #ffebd7
}
a:active {
	color: #4000ff;
	background: #ffebd7
}
img { border: none }
table, td, th {	border-style: none }
table.line, td.line, th.line { border-style: solid 
}
ul {
	list-style-image: url(../image/list.gif)
}
ul.nest {
	list-style-image: url(../image/list2.gif)
}
ul.nest2 {
	list-style-image: url(../image/list3.gif)
}

.p25 { font-size: 25% }
.p50 { font-size: 50% }
.p80 { font-size: 80% }
.p120 { font-size: 120% }
.p150 { font-size: 150% }
.p200 { font-size: 200% }
.blue { color: blue; background: #ffebd7 }
.green { color: green; background: #ffebd7 }
.yellow { color: yeiiow; background: #ffebd7 }
.red { color: red; background: #ffebd7 }
.silver { color: silver; background: #ffebd7 }
.black { color: #000000; background: #ffebd7 }
.m20 { margin-right 20px }
.m40 { margin-right 40px }
.m60 { margin-right 60px }
.r { text-align: right }
.c { text-align: center }

