h1, h2, h3 { 
	color: blue; font-family: sans-serif; font-weight: normal; 
}

h1 { font-size: 18pt }
h2 { font-size: 16pt }

body { font-family: sans-serif }

.titleln { 
	text-align: center;
	font-family: serif; 
	font-size: 28pt; 
	color: brown;
}

.tagln { 
	text-align: center;
	font-family: serif; 
	font-size: 14pt; 
	color: black;
}
