body
    {
     background-color: #808080;
     color: #000;
     font: normal 11pt/13pt 'times new roman', arial, monospace;
    }

.arrow
    {
     border: none 0px transparent;
     width: 30px;
    }

.arrow_left
    {
     position: absolute;
     top: 280mm;
     left: 14mm;
     width: 88mm;
     text-align: left;
    }

.arrow_right
    {
     position: absolute;
     top: 280mm;
     left: 106mm;
     width: 88mm;
     text-align: right;
    }

.article_header
    {
     position: absolute;
     top: 18mm;
     left: 0mm;
     width: 100%;
     height: 20mm;
     text-align: center;
    }

.biggest_bold_italics
    {
     font: italic bold 17pt 'times new roman', arial, monospace;
    }

.big_hanging_cap
    {
     float: left;
     font: normal 33pt/33pt 'times new roman', arial, monospace;
    }

.big_italics
    {
     font: italic normal 13pt 'times new roman', arial, monospace;
    }

.centered_small_italics
    {
     width: 100%;
     font: italic 8pt 'times new roman', arial, monospace;
     text-align: center;
    }

.col_left
    {
     position: absolute;
     top: 18mm;
     left: 14mm;
     width: 88mm;
     text-align: justify;
    }

.col_left_page_one
    {
     position: absolute;
     top: 35mm;
     left: 14mm;
     width: 88mm;
     text-align: justify;
    }

.col_right
    {
     position: absolute;
     top: 18mm;
     left: 106mm;
     width: 88mm;
     text-align: center;
    }

.col_right_page_one
    {
     position: absolute;
     top: 35mm;
     left: 106mm;
     width: 88mm;
     text-align: justify;
    }

.footer
    {
     position: absolute;
     top: 321mm;
     left: 25mm;
     width: 210mm;
     height: 15mm;
    }
 
img
    {
     border: solid 1px black;
     width: 100%;
    }


.lighter_font
    {
     color: #778899;
    }

.wrapper
    {
     position: absolute;
     top: 15mm;
     left: 25mm;
     width: 210mm;
     height: 296mm;
     border-top: 1px solid #000;
     border-bottom: 3px solid #000;
     border-left: 1px solid #000;
     border-right: 2px solid #000;
     background-color: #fff;
    }


