@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0px;
}

h1 {
color: #1b65ac;
font-size: 18pt;
font-weight: bold;
margin: 5px 0px 0px 13px;
padding: 0px;
text-align: left;
}

#container {
width: 778px;
height: 750px;
border-bottom: 1px solid #094882;
margin-right: auto;
margin-left: auto;
}

#story {
margin: 5px 10px 0px 10px;
text-align: left;
border-bottom: 1px solid #00a2eb;
border-top: 1px solid #00a2eb;
width: 750px;
height: 540px;
overflow: auto;
}

.image {
border: 1px solid black;
float: right;
margin: 10px 10px 10px 10px;
}

