* { 
  color: inherit !important; 
  background-color: transparent;
}

a:hover {
	color: #002266;
	background-color: #ffef00;
}

table, tr, td, body, p {
	font-size: small;
	font-family: sans-serif;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: #002266;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #002266;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	text-align: left;
	color: #002266;
}

h4 {
	font-size: small;
	font-style: italic;
	text-align: left;
	color: #002266;
}

th {
	color: #004455;
	background-color: #ccddee;
}

