body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009999;
	margin-top: 220px;
	background-color: #FFFF99;
}
.Style1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}
.Style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	text-align: center;
}
.Style5 {
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 20px;
}
.Style6 {
	font-size: 15px;
	margin-bottom: 20px;
}
.Style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15px;
}
.Style11 {
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.Style15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
}
.Style16 {
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 30px;
}
@keyframes coul {
  from {
	color: #66FFCC;
}
  to {
	color: #006699;
}
}
a:link {
	text-decoration: none;
	animation: 2s infinite alternate coul;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #CCFF33;
}
a:hover {
	color: #00CC99;
}
h1, h2, h3 {
	font-weight: normal;
	line-height: normal;
}
ul, ol, dl, p {
	padding: 0;
	margin: 0;
}
#global {
	width: 100%;
	max-width: 600px;
	min-width: 360px;
	margin:auto;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFF99;
	height: 220px;
}
.fixed {
	position: relative;
	max-width: 600px;
	min-width: 360px;
	margin:auto;
}
nav ul li {
	display: inline-block;
}
section {
	width: 100%;
}
aside {
	float: left;
	margin: 0 30px 0 0;
}
footer {
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
	margin-bottom: 30px;
}
img {
    border: 1px solid #000000;
}
.img1 {
	float: right;
	margin: 0 7px 0 0;
}
.img2 img {
	float: left;
    border: hidden;
	margin: 0 0 0 5px;
}
.img3 {
	margin: 0 0 10px 0;
}
@media screen and (max-width:550px) {
.img2 img {
	position: absolute;
}
}
@media screen and (max-width:440px) {
.Style1 {
	font-size: 18px;
}
.img3 {
	margin: 0 0 50px 0;
}
}
@media screen and (max-height:700px) {
header {
	position: absolute;
}
}
