
body {
 font-family: Verdana;
 font-size: 12pt;
 text-align: center;
 }

p {
 font-family: Verdana;
 font-size: 12pt;
 text-align: center; margin-top:0; margin-bottom:0
 }
 
h1 {
 font-family: Verdana;
 font-style: italic ;
 font-size: 20pt;
 font-weight: bold;
 text-align: center;
}

h2 {
 font-family: Verdana;
 font-style: bold;
   color: #914800;
 font-size: 14pt; margin-top:0; margin-bottom:0
}

h3 {
 font-family: Verdana;
   color: #914800;
 font-weight: bold;
 font-size: 12pt; margin-top:0; margin-bottom:0
}
 
h5 {
 font-family: Verdana;
 font-size: 25pt;
 text-align: center;
}

h6 {
 font-family: Verdana;
 font-size: 11pt;
 font-weight: bold;
 text-align: left;
}

li {
font-family: Verdana;
font-size: 12pt;
}

table {
 font-family: Verdana;
  font-size: 12pt;
  text-align: center;
}

A:link
{
    COLOR: #4078AA;
    TEXT-DECORATION: none;
	 font-weight: bold;
	 
}

A:visited
{
    COLOR: #4078aa;
    TEXT-DECORATION: none;
	 font-weight: bold;
}
A:active
{
    COLOR: #000000;
    TEXT-DECORATION: none;
	 font-weight: bold;
}
A:hover
{
    COLOR: #494955;
    TEXT-DECORATION: underline;
	 font-weight: bold;
}
