
a:link {
  color: #EEEE00;
  text-decoration: none;
  
}
a:hover { 
	text-decoration: none;
	 color: #ffff00;
	 font-weight: bold;
}
a:visited {
  color: #999900;
  text-decoration: none;
  background-color: #013c76;
}
body {
  color: #c0c0c0;
  font-size: 10pt;
  font-family: arial;
  background-color: #013c76;
}
h1 {
  color: #ffff00;
  background-color: #013c76;
  font-size: 16pt;
  font-family: arial;
  font-weight: bold;
}
h2 {
  color: #c0c0c0;
  background-color: #013c76;
  font-size: 14pt;
  font-family: arial;
  font-weight: bold;
}
h3 {
  color: #000000;
  font-size: 12pt;
  font-family: arial;
}
h4 {
  color: #ffffff;
  background-color: #013c76;
  font-family: arial;
  font-size: 10pt;
}
