body {
	background-color: #fefefe
}

#leftmargin {
	margin-left: 3em;
}

.font-1 {
	font-size: small;
 }

.font-2 {
	font-size: x-small;
 }

.font2 {font-size: x-large;
}

.h1 { 	
	font-size: 2em;
	font-weight: bold; 
}

.h2 { 	
	font-size: 1.5em;
	font-weight: bold; 
}

.h3 { 	
	font-size: 1.25em;
	font-weight: bold;	
}

.h4 { 	
	font-size: 1em;
	font-weight: bold; 
}
		
.h5 { 	
	font-size: 0.75em;
	font-weight: bold; 
}
		
.h6 {	
	font-size: 0.5em;
	font-weight: bold; 
}

.right {
	float: right;
}

.center {
	text-align: center;
}