/* CER Sitemap styles go here */

H1, H2, H3, H4 {
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  text-align: left;
}

H1 {
  font-weight: bold;
  font-size: 2em;
  padding-left: 5px;
  color: #303060;
}

H2 {
  font-weight: bold;
  font-size: 1.5em;
  background-color: #ddddff;
  display: box;
  margin-top: 26px;
  padding-left: 5px;
  clear: both;
}

H3 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: -1px;
  color: #303060;
  clear: both;
}

H4 {
  font-size: 1.0em;
  margin-top: 15px;
  margin-bottom: -1px;
  color: #303060;
  clear: both;
}

P {
	font-weight: normal;
	margin-right: 20px;
	text-indent:0.5cm;
}


A {
	color: #441111;
	text-decoration: none;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #441111;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #292D72;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #64005E;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333366;
	background-color: #f2cb30;
	text-decoration: underline;
}

