/*
!!IMPORTANT!!

TO USE THIS FONT STYLE ADD THE FOLLOWING CODE TO THE <head> SECTION:

<link href='http://fonts.googleapis.com/css?family=Open+Sans|Droid+Sans|Ubuntu' rel='stylesheet' type='text/css'>

*/

/* /////////////////////////////////////////////////////////////////////
//  03 - Header Tags
/////////////////////////////////////////////////////////////////////*/

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: ;
    	font-weight: normal;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: ;
}

h2{
    	font-family: 'Open Sans', sans-serif;
	font-size: ;
   	line-height: 0px;
    	font-weight: bold;
}

h3{
	font-family: 'Open Sans', sans-serif;
	font-size: ;
    	font-weight: bold;
}

h4{
    	font-family: 'Open Sans', sans-serif;
    	color: ;
    	font-size:1.1666em;
}

h5,h6{
    	font-family: 'Open Sans', sans-serif;
    	font-size:1em;
}

/* /////////////////////////////////////////////////////////////////////
//  05 - Page Background
/////////////////////////////////////////////////////////////////////*/

body {
   	background-color: #fff;
    	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	font-size: 13px;
}