﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;        
}

p {
    text-align: justify;
}

h1 {    
    color: #25A4EA;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
    border-bottom: 1px solid #25A4EA; 
}

h2 {    
    color: #25A4EA;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400; 
    border-bottom-color: #25A4EA;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

h3 {    
    color: #25A4EA;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;    
}

table {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-collapse: collapse;        
}