/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: #FFFFFF; 
  background: #09024f;
}
a:link {
	color: #9192d9;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: strong;
	color: #FFFFFF;
}
a:active {
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}	
p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
}
li {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
}