/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-dec-2016, 10:28:48
    Author     : ACS
*/

div.center{
    text-align:left;
    max-width:750px;
    margin:0 auto;
    font-size:18px;
    line-height:26px;
}
div.center h1{
    font-size:25px;
    font-weight:bold;
    font-style: italic;
    margin-bottom:80px;
}
img{
    margin:5% 0;
}
p.small{
    font-size:12px;
    font-weight:bold;
    margin-top:80px;
    line-height:15px;
    text-align:center;
}
p.smaller{
    font-size:10px;
    font-style:italic;
    text-align:center;
}
p.small a{
    color:#3399ff;
}
p.small a:hover{
    color:activecaption;
}