/*
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 : 30-mar-2017, 20:00:36
    Author     : adrian
*/


body {
	
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857;	
	
}

#footer {
	
	color: #E5E5E5;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
	
}



#footer a:link {
    color: #36B2AA;
	text-decoration: none;
}
#footer a:visited {
    color: #36B2AA;
	text-decoration: none;
}
#footer a:hover {
    color: #36B2AA;
	text-decoration: underline;
}
#footer a:active {
    color: #36B2AA;
	text-decoration: none;
}




#header {
	
	color: #fff;
	
}
#header a:link {
    color: #36B2AA;
	text-decoration: none;
}
#header a:visited {
    color: #36B2AA;
	text-decoration: none;
}
#header a:hover {
    color: #36B2AA;
	text-decoration: underline;
}
#header a:active {
    color: #36B2AA;
	text-decoration: none;
}



#body {
		
}


#body a:link {
    color: #36B2AA;
	text-decoration: none;
}
#body a:visited {
    color: #36B2AA;
	text-decoration: none;
}
#body a:hover {
    color: #36B2AA;
	text-decoration: underline;
}
#body a:active {
    color: #36B2AA;
	text-decoration: none;
}


h1 {
	
	font-size: 2em;
	margin-bottom: 10px;
}

h2 {
	
	font-size: 1.5em;
}