@charset "utf-8";
/* CSS Document */
/*default links*/
a:link {color:#008452; text-decoration:none}
a:visited {color:#03497C; text-decoration:none}
a:focus, a:active, a:hover {
	color:#990000;
	text-decoration:underline
}

body {
	background-color: #ffffff;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}