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

body {
	background-color: #395b73;
	background-image: url(images/AEU3-2_2f_03.png);
	background-repeat: no-repeat;
	background-position:center top;
}

.myItem {
	type: radial-gradient;
	outer-color: blue;
	inner-color: white;
}
.Main {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0f0901;
}
