@charset "UTF-8";
/* CSS Document */

body {
	font-size: 100%;
	color: #666;
	width: 80%;
	padding-left: 50px;
	padding-top: 50px;
}
hr {
	height:1px;
	color:#FFFFFF;
	width:100%;
	border-top-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4682b4;
}
h1 {
	font-size: 120%;
	color: #1e90ff;
}
p {
	font-size: 90%;
	color: #666;
	padding-left: 1em;
	line-height: 1.3em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
h5 {
	font-size: 75%;
	color: #666;
	padding-left: 1em;
	line-height: 1.3em;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
a {
	color: #1e90ff;
}
