﻿@charset "UTF-8";
body{
	background: #FFFFFF url(pict/bcg_050.jpg);
	color:navy;
	padding-left:20px;
	padding-right:20px;
}
h1{
	color:purple;
	font-size:1.5em;
}
h2{
	text-align:center;
	font-size:1em;
	margin-top:1.5em;
	margin-bottom:-1em;
}
.note{
	margin-left:2em;
	margin-top:0px;
	margin-bottom:0px;
}
ul{
	margin-top:0px;
	margin-bottom:0px;
}
p{
	margin-top:2em;
	margin-bottom:0px;
}
table.withmargin{
	margin-top:2em;
}
.red{
	color:red;
}
