h1 {
	color: #000000;
	border-bottom: 10px solid #000000;
	font-size: 12pt;
}
body {
    background: #F00;   
   xbackground-image:url(bg.jpg);
   xbackground: url(../images/back.jpg) repeat;
	margin: 10px;
	padding: 10px;
	background: #000;
    font-size: 10pt;	
}
#mochaWindow01 {
	width: 240px;
	height:150px;
}
#mochaWindow02 {
	width: 200px;
	height:150px;
}
#mochaWindow03 {
	width: 320px;
	height:200px;
}
#mochaWindow04 {
	width: 200px;
	height:200px;
}
/* caution page */
#caution h1 {
	color : #f00;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}
#caution p {
	background-color:white;
	color:#000000;
}
#caution {
	background-color:#ffffff;
}
