/* CSS style */

html, body {
	margin:0;
	padding:0;
	text-align:left;
}
a {
	text-decoration: none;
	color:#000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}
h1 {
  font-size:16px;
	color:#5178B1;
	font-weight: bold;
}
h2 {
  font-size:16px;
	color:#5178B1;
	font-weight: bold;
}
.italic {
 font-style:italic;
}