@charset "utf-8";
/* CSS Document */
body{
	width:100%
}
h3{
	font-family: "Arial","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
	font-size: 40px
}
p,ol{
	font-family: "Arial","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica",  "sans-serif";
	font-size: 18px;
	line-height: 1.6
}
#textback{
	position: fixed;
	top:20px;
	right: 20px;
	background-color:#E9F4FA;
	padding: 10px;
	border-radius: 10px;
}
#aback:link {
 text-decoration: none;
 color:#1A5094
}
#aback:visited {
 text-decoration: none;
 color:#1A5094
}
#aback:hover {
 text-decoration: none;
 color: #1A5094
}
#aback:active {
 text-decoration: none;
 color:#1A5094
}

