html, body {
  font-family: Times New Roman;
  font-size: 100%;
  color: #ffffff;
  background-color: #3333ff;
  text-decoration: none;
}
p, ul, li, td {
  font-size: 100%;
  font-family: Times New Roman;
  color: #ffffff;
  text-align: justify;
}
h1 {
  font-size: 130%;
  font-family: Times New Roman;
  color: #ffffff;
  font-weight: bold;
}
h2 {
  font-size: 115%;
  font-family: Times New Roman;
  color: #ffffff;
  font-weight: bold;	
}
h3 {
  font-size: 105%;
  font-family: Times New Roman;
  color: #ffffff;
  font-weight: bold;
}
h4 {
  font-size: 130%;
  font-family: Times New Roman;
  color: #33ff33;
  font-weight: normal;
  font-weight: bold;
}
h5 {
  font-size: 80%;
  font-family: Times New Roman;
  color: #ffffff;
  font-weight: normal;
}
img {
  border: none white;
}
a:link {
  font-family: Times New Roman;
	font-size: 100%;
	text-decoration: none;
	color: #ffffff;
}
a:active {
  font-family: Times New Roman;
	font-size: 100%;
	text-decoration: none;
	color: #ffffff;
}
a:visited {
  font-family: Times New Roman;
	font-size: 100%;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
  font-family: Times New Roman;
	font-size: 100%;
	text-decoration: none;
	color: #f4e123;
}
.footer {
  font-family: Times New Roman;
	font-size: 6px;
	color: #f4e123;
}