﻿/*
	NEC colors
	Red: #CC0000
*/
h1{
color: blue;
text-align:center;
font-weight: bold;
font-style:italic;
}

h2 {
	color: black;
	text-align: center;
	font-weight: bold;
}

h3 {
	color: blue;
	text-align: center;
	font-size: 10pt;
}
em{ color: #CC0000;
	font-style:unset;
}