body {
  font-family: Verdana;
  font-size:11px;
  background-color:#0e5da7;
}

p {
  font-family: Verdana;
  font-size:11px;
}

td {
  font-family: Verdana;
  font-size:11px;
}

th {
  font-family: Verdana;
  font-size:11px;
}

a:link {
	font-family: Verdana;
  	font-size:11px;
	color: #0e5da7;
	text-decoration: none;
	
}
a:visited {
	font-family: Verdana;
  	font-size:11px;
	text-decoration: none;
	color: #0e5da7;
}
a:hover {
	font-family: Verdana;
  	font-size:11px;
	text-decoration: none;
	color: #ff7f00;
}
a:active {
	font-family: Verdana;
  	font-size:11px;
	text-decoration: none;
	color: #ff7f00;
}

h1 {
  font-family: Verdana;
  font-size:13px;
  color:#ff7f00;
  font-weight:bold;
}

h2 {
  font-family: Verdana;
  font-size:13px;
  color:#0e5da7;
  font-weight:bold;
}

h3 {
  font-family: Verdana;
  font-size:11px;
  color:#ff7f00;
  font-weight:bold;
}