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