@charset "utf-8";

body {
	background-color: #E6E6E6;
	
	margin: 0px auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	
	text-align: center;
}
a.links_text:link, a.links_text:visited {
	color: #2F4696;
	text-decoration: none;
}
a.links_text:hover, a.links_text:active, a.links_text:visited:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F4696;
}