body { background-color: #ffffce; }

li { list-style: inside; }

/* H1 { text-align: center; } */

p.box {
 border-width: medium;
 border-color: #ff0000;
/* background-color:  #ffdee7; */
}

ul.box {
 border-width: medium;
 border-color: #ff0000;
/* background-color:  #ffdee7; */
}


p.box0 {
 border-width: thin;
 border-style: none;
 text-align:   center;
}

p.quote {
 border-width: thin;
 border-style: none;
 text-align:   center;
 width:        80%;
}

h1.title {
 text-align:   center;
 font-size: large;
}

p.word {
 color:        red;
 text-align:   center;
}

img.flt {
 float:        left;
}

br.flt {
 clear:        left;
}
