body {
/*	font-size: 12pt; 
	line-height: 14pt;  */
	color: #ffffff;
	background-color: #000000;
	font-family: comic sans ms, verdana, sans-serif;
}
			 
p.intro {
	font-size: larger;
	/* font-weight: bold; */
	color: #ff9900;
	background-color: #000000;
}
	
						
h1{ 
	font-weight: bold; 
	font-size: 32px;
	color: #3366FF; 
	background-color: #000000;
	text-align: center; 
}

h2 {
	font-weight: bold; 
	font-size: 24px;
	color: #ffffff;
	background-color: #000000;
	margin-top: 50px;
}
	

h3 { 
	font-weight: bold; 
	font-size: 14pt; 
	color: #008080; 
	background-color: #000000;
	margin-left: -20px; 
	text-transform: uppercase; 
} 
 

pre {
	color: #ffffff;
	background-color: #000000;
}

.larger {
	font-size: larger;
}

.extralarge {
	font-size: x-large;
}
	
.employer {
	color: yellow;
	background-color: #000000;
	font-size: large;
}

.capital {
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
}

	
	

