h1, h2, h3, h4 {
	letter-spacing: -1; 
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:19pt;
	color:#ce0000;
}

h2 {
	font-size:16pt;
	color:#000000;
	text-transform: capitalize;
}

h3 {
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	color: #ce0000;
	text-transform: capitalize;
}
h4 {
	font-size:15px;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}

body {
   font-family:Verdana, Arial;
   font-size:14px;
}

td {
   font-family:Verdana, Arial;
   font-size:14px;
}


li {
   margin:10px;
}

.highlight {
	background-color:yellow;
	color:black;
}
