<style type="text/css">
.log {
   font-weight: bold;
}
.textleft{
   float: left;
   margin: 10px;
}
.textright{
   float: right;
   margin: 10px;
}
.caption{
   width: 600px;
   font-style: italic;
}
.smallcaption{
   width: 400px;
}
.warning{
   border: 1px solid black;
   background-color: #ffcccc;
   width: 500px;
}

.bigblock{
   width: 100%;
   float: left;
   display: block;
}

</style>
