
/******************* Background ********************/

		
	html { 
		background-color:#192b52; background-image:url(https://ptnelectrical.com/wp-content/uploads/2015/11/ptn_dot_bkg.png); background-repeat:repeat; background-position:center; background-attachment:; -webkit-background-size:; background-size:;
	}


/********************** Fonts **********************/

 	body, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	#menu > ul > li > a {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	h1 {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h3 {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h4 {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: Arial, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}


/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 14px;
				line-height: 21px;		
	}
	
	#menu > ul > li > a {	
		font-size: 14px;
	}
	
/* Headings */

	h1 { 
		font-size: 48px;
				line-height: 48px;
	}
	
	h2 { 
		font-size: 42px;
				line-height: 42px;
	}
	
	h3 {
		font-size: 36px;
				line-height: 38px;
	}
	
	h4 {
		font-size: 26px;
				line-height: 30px;
	}
	
	h5 {
		font-size: 19px;
				line-height: 24px;
	}
	
	h6 {
		font-size: 17px;
				line-height: 20px;
	}
