/*
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 : 12-Mar-2015, 16:17:40
    Author     : arek
*/
* {margin: 0px;padding: 0px;}

fieldset{
    border:0;
    padding:0;
    margin:0;
}

img{border: 0;}

p{margin-bottom:8px;}

a, .linkStyle{
	color:#<<$linkCol>>;
	text-decoration:none;
}

a:hover, .linkStyle:hover{
	text-decoration:underline;
    cursor:pointer;
}

h1{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:26px;
	line-height:38px;
	font-weight:normal;
    color:#444;
    font-family: 'Source Sans Pro', sans-serif;
}

h2
{
	font-size: 20px;
	padding-bottom:10px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight:600;
	line-height:22px;
	margin-bottom:10px;
    color:#444;
    font-family: 'Source Sans Pro', sans-serif;
}

h3
{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	margin-bottom:10px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 a{
	text-decoration: none;
}


h4
{
	color: #555555;
    font-size:14px;
}
