@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	}
	
.text {
	font-size: 12px;
	color: #000000;
	}
	
.sublink {
	font-size: 10px;
	color: #000000;
	}
	
h1 {
	font-size: 24px;
	color: #0069aa;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	}
	
h2 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 0px;
	display: inline;
	}

h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	display: inline;
	}
	
.text a:link, .text a:visited {
	color: #0069aa;
	text-decoration: none;
	}
	
.text a:hover, .text a:active {
	background-color: #0069aa;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.sublink a:link, .sublink a:visited {
	color: #0069aa;
	text-decoration: none;
	}
	
.sublink a:hover, .sublink a:active {
	background-color: #0069aa;
	color: #FFFFFF;
	text-decoration: none;
	}
