
body {background-color: dddddd; text: black;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em; 
	font-weight: 500; 
	color: #333399; 
	text-align: center;
	background-color: transparent;
	}

h2 {
	font-family:  Times New Roman, Georgia, serif;
	font-size: 1.2em;
	font-weight: 500;
	color: #333399; 
	
	text-align: center;
	background-color: transparent;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #333399; 
	text-align: center;
	background-color: transparent;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	color: #336600;
	text-align: center;
	background-color: transparent;
	}
	
blockquote {
			font-family: Georgia, Times New Roman, serif;
			font-size: 1em;
			font-weight: 400;
			color: black; 
			background-color: transparent;
			}
p		 	{
			font-family: Georgia, Times New Roman, serif;
			font-size: 1em;
			font-weight: 400;
			color: #333399; 
			background-color: transparent;
			}
			
			


/*center text*/	
.first {text-align: center;}

/*text for continue link*/
.second {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.1em;
			font-weight: 400;
			color: #990099;
			text-align: center;
			background-color: transparent;
			}

/*third*/
.third{
		font-family: Georgia, Times New Roman, serif;
		font-size: 1em;
		font-weight: 350pt;
		text-align: center;
		background-color: transparent;
		}
		

/*font in green for first letter of words*/		
.fourth 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:  #336600;
	background-color: transparent;
	}
	
/*background color*/	
.fifth
	{
	background-color: #99cc33;
	}
/*name of person quoting on employers page*/
.sixth
{
font-family: Arial, Helvetica, sans-serif;
			font-size: .8em;
			font-style: oblique;
			font-weight: bold;
			}
/*text quotes on employers page*/
.seventh{
	font-family: Georgia, Times New Roman, serif;
	font-size: .9em;
	font-weight: lighter;
	color: #000000;
	background-color: transparent;
	}			
			
/* links*/ 
a:link {font-family: Arial, Helvetica, sans-serif;  color: #333399; background-color: transparent;}
a:visited {font-family: Arial, Helvetica, sans-serif;  color: #336600; background-color: transparent;}
a:hover {font-family: Arial, Helvetica, sans-serif; color: #cc0000;  background-color: transparent;}


