
body {
    font-family: Arial;
    font-size: 14px;
    height: 666px;
    background-color: #ffffff;
    padding: 10px;
    width: auto;
    overflow: hidden;
}

b { font-weight:bold; }
i { font-style: italic; }
sup {
    position: relative;
    top: -0.5em;
    font-size: 0.83em;
}

.stimulus {
    font-family: arial;
    font-size: 14px;
    line-height: 16px;
}

.story {
    font-family: arial;
    font-size: 18px;
    line-height: 20px;
    padding: 20px;
    margin: 40px;
    background-color: #D9E5C1;
}

.story dl dd{
    margin-bottom:20px;
}

#title {
    text-align:center;
    margin-bottom:20px;
}


hr {
    color:blue;
    height:1px;
    margin:30px 0 30px 0;
}

.shadow {
    box-shadow: 2px 2px 2px 0px #333333;
}

.highlight {
    background-color: #fff2a8;
}


body {
    font-family: Arial;
    font-size: 14px;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

p {
    margin-bottom: 20px;
}

.bookImage {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 100px;
}

.center {
    text-align: center;
}

h1 {
    background-image: url("image/book.png");
    background-color: beige;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.itemTitle {
    margin-bottom: 3em;
    text-align: center;
    font-weight: bold;
}

.subTitle {
    text-transform: none;
}
.caption {
    font-weight: bold;
}

.stimulusTable {
    width: 100%;
}

.stimulusTable td {
    text-align: center;
    padding-top: 15px;
}

.imageMargin100{
    margin-top:100px;
}

.greenBg{
    padding:20px;
    background-color:#9bbb59;
    font-size: 1.3em;
    font-weight: bold;
}

.greenBg ul{
    font-style: italic;
    list-style-type: disc;
    margin-left:30px;
}

.largerText {
    font-size: 1.5em;
}

[dir="rtl"] p#stimulus01_2 > img {
    transform: scaleX(-1);
}