body 
{
	background-image: url('bmg.bmp')
}
.contents
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p 
{
	color: black;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
}

p.small
{
	color: black;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

b.char
{
	color: black;
	font-family: Verdana;
	font-size: 22px;
	text-align: left;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
}

li
{
	color: black;
	font-family: Verdana;
	font-size: 12px;	
}


div.top
{
	background-color: rgb(255,255,255);
	
	width: 540px;
	height: 160px;
	
	border-color: black;
	border-style: solid;
	
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	
	
	margin-top: 35px;
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin: auto;
	
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}


div.center
{
	text-align: left;
	border-color: black;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	
	margin: auto;
	width: 540px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	background-color: rgb(215,235,255);
}
