/* CSS Document */

* { font-family: Verdana, Arial, sans-serif; font-size:11px; color:#2a0e41; margin: 0; padding: 0;
  -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0;  }

html, body {
height:100%; /* gives layout 100% height */
overflow:inherit; /* triggers 100% height in Opera 9.5 */
padding:0px;
margin:0px;
border:5px;
}

.backback_image {
background-image:url(images/backback.jpg);
background-repeat:no-repeat;
}

.bottom {
background-color: #FFFFFF;
color:#2a0e41;
padding-left:20px;
}

.context {
padding-left:20px;
}

h1 {
font-size: 12px;
font-style:italic;
font-style:oblique;
} 

h2 {
font-style:italic;
} 
